Fix fonts
This commit is contained in:
parent
7ee2475d15
commit
818ced8881
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
color=111111ff
|
||||
image=/home/daniel/.home/.wallpaper
|
||||
font=Iosevka
|
||||
font=IosevkaLyte
|
||||
font-size=24
|
||||
|
||||
indicator-idle-visible
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue