[i3] Update fonts
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user