Update to fedora sway/wayland config, now has gaps, DOS style font and some transparency
This commit is contained in:
parent
022416d529
commit
0504d32247
4 changed files with 14 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -13,10 +13,11 @@
|
||||||
# Allow any directory beginning with fastfetch
|
# Allow any directory beginning with fastfetch
|
||||||
!fastfetch*/
|
!fastfetch*/
|
||||||
|
|
||||||
# Allow files inside alacritty, fastfetch and i3* directories
|
# Allow files inside alacritty, ttf fonts, fastfetch and i3* directories
|
||||||
!alacritty/**
|
!alacritty/**
|
||||||
!fastfetch/**
|
!fastfetch/**
|
||||||
!i3*/**
|
!i3*/**
|
||||||
|
!*.ttf
|
||||||
|
|
||||||
# Don't forget to not ignore .gitignore!
|
# Don't forget to not ignore .gitignore!
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
|
||||||
BIN
ModernDOS9x16.ttf
Normal file
BIN
ModernDOS9x16.ttf
Normal file
Binary file not shown.
|
|
@ -43,7 +43,7 @@ history = 10000
|
||||||
decorations = "full"
|
decorations = "full"
|
||||||
dynamic_padding = false
|
dynamic_padding = false
|
||||||
dynamic_title = true
|
dynamic_title = true
|
||||||
opacity = 1.0
|
opacity = 0.87
|
||||||
|
|
||||||
[window.padding]
|
[window.padding]
|
||||||
x = 6
|
x = 6
|
||||||
|
|
@ -54,5 +54,5 @@ live_config_reload = true
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 12.0
|
size = 12.0
|
||||||
normal = { family = "monospace", style = "Regular" }
|
normal = { family = "Modern DOS 9x16", style = "Regular" }
|
||||||
|
|
||||||
|
|
|
||||||
11
i3/config
11
i3/config
|
|
@ -35,7 +35,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
|
|
||||||
# set wallpaper
|
# set wallpaper
|
||||||
exec_always --no-startup-id swaybg -i ~/Pictures/mikugooba.jpg -m tile
|
exec_always --no-startup-id swaybg -i ~/Pictures/rainymikupixel.png -m tile
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
|
|
@ -190,6 +190,15 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "default"
|
bindsym $mod+r mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Modern aesthetic tuning
|
||||||
|
gaps inner 12
|
||||||
|
gaps outer 12
|
||||||
|
smart_gaps on
|
||||||
|
smart_borders on
|
||||||
|
hide_edge_borders smart
|
||||||
|
default_border normal
|
||||||
|
default_floating_border pixel 2
|
||||||
|
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# Hatsune Miku i3 Theme
|
# Hatsune Miku i3 Theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue