[i3] Update fonts

This commit is contained in:
2022-09-14 12:17:07 -04:00
parent 0bb6af0f71
commit 38abe55e5b
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
set $mod Mod4 set $mod Mod4
font pango:Iosevka 9 font pango:Iosevka 8
# APP VARIABLES # APP VARIABLES
set $qute qutebrowser --target window set $qute qutebrowser --target window
@ -106,7 +106,7 @@ client.focused_inactive $darkblue $darkblue $grey $purple $black
client.urgent $urgentred $urgentred $white $purple $yellowbrown client.urgent $urgentred $urgentred $white $purple $yellowbrown
bar { bar {
font pango: Iosveka 10 font pango: Iosveka 8
status_command i3blocks -c ~/.config/i3/i3blocks.conf status_command i3blocks -c ~/.config/i3/i3blocks.conf
position top position top
# i3bar_command i3bar --transparency # i3bar_command i3bar --transparency

View File

@ -1,7 +1,7 @@
configuration { configuration {
modi: "window,run,ssh,combi"; modi: "window,run,ssh,combi";
terminal: "alacritty"; terminal: "alacritty";
font: "Ubuntu Condensed 10"; font: "Iosevka 10";
show-icons: true; show-icons: true;
combi-modi: "window,drun,ssh"; combi-modi: "window,drun,ssh";
} }