Fix fonts

This commit is contained in:
Daniel Flanagan 2021-12-09 17:45:26 -06:00
parent 7ee2475d15
commit 818ced8881
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
color=111111ff
image=/home/daniel/.home/.wallpaper
font=Iosevka
font=IosevkaLyte
font-size=24
indicator-idle-visible

View file

@ -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;
}