diff --git a/os/linux/sway/config b/os/linux/sway/config index f226730..e313a9e 100644 --- a/os/linux/sway/config +++ b/os/linux/sway/config @@ -184,7 +184,7 @@ exec /usr/lib/kdeconnectd exec gammastep -t 6500:3500 -l 39.0:-94.5 exec_always 'killall kanshi; kanshi' -exec_always notify-send -a "Sway" -i ~/.wallpaper "Sway configuration loaded." +exec_always notify-send -a "sway" -i ~/.wallpaper "sway configuration loaded" no_focus [class=".*"] output * bg $HOME/.wallpaper fill diff --git a/os/linux/sway/lock b/os/linux/sway/lock index 97553be..c81aa58 100644 --- a/os/linux/sway/lock +++ b/os/linux/sway/lock @@ -1,6 +1,6 @@ color=111111ff image=/home/daniel/.home/.wallpaper -font=Iosevka +font=IosevkaLyte font-size=24 indicator-idle-visible diff --git a/os/linux/waybar/style.css b/os/linux/waybar/style.css index a3b69d0..2051179 100644 --- a/os/linux/waybar/style.css +++ b/os/linux/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; border-radius: 0; - font-family: "Iosevka", "Font Awesome 5 Free", sans-serif; + font-family: "IosevkaLyte", "Font Awesome 5 Free", sans-serif; font-size: 16px; min-height: 0; }