Reset font change
parent
7205a5f7c8
commit
a8629d5f44
|
@ -10,7 +10,7 @@ set $resize_mode Resize — [←] [→] [↑] [↓]
|
||||||
set $film_mode Film Mode — [u]p [d]own
|
set $film_mode Film Mode — [u]p [d]own
|
||||||
|
|
||||||
# font for window titles.
|
# font for window titles.
|
||||||
font Iosevka Term 11
|
font pango:Roboto, Bold 10
|
||||||
|
|
||||||
# use Mouse+$mod to drag floating windows to their wanted position
|
# use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
@ -58,7 +58,7 @@ exec numlockx on
|
||||||
exec --no-startup-id xset dpms 600
|
exec --no-startup-id xset dpms 600
|
||||||
|
|
||||||
# autolock after 9 minutes of doing nothing
|
# autolock after 9 minutes of doing nothing
|
||||||
exec --no-startup-id xautolock -time 9 -locker $Locker -detectsleep -corners ----
|
exec --no-startup-id xautolock -time 9 -locker $Locker -corners ----
|
||||||
|
|
||||||
# notifications
|
# notifications
|
||||||
exec dunst
|
exec dunst
|
||||||
|
|
|
@ -25,7 +25,7 @@ monitor = ${env:MONITOR:HDMI-0}
|
||||||
|
|
||||||
[bar/chostytopbar]
|
[bar/chostytopbar]
|
||||||
inherit = bar/common
|
inherit = bar/common
|
||||||
font-0 = Iosevka Term:size=11:size=10;2
|
font-0 = NotoSans-Regular:size=10;2
|
||||||
font-1 = MaterialIcons-Regular:size=11;4
|
font-1 = MaterialIcons-Regular:size=11;4
|
||||||
font-2 = Symbola:size=10;2
|
font-2 = Symbola:size=10;2
|
||||||
font-3 = Weather Icons:size=10;3
|
font-3 = Weather Icons:size=10;3
|
||||||
|
@ -62,7 +62,7 @@ padding-right = 5
|
||||||
module-margin-left = 6
|
module-margin-left = 6
|
||||||
module-margin-right = 6
|
module-margin-right = 6
|
||||||
|
|
||||||
font-0 = Iosevka Term:size=11;2
|
font-0 = Roboto:size=10;2
|
||||||
font-1 = Symbola:size=4;1
|
font-1 = Symbola:size=4;1
|
||||||
font-2 = Symbola:size=5;1
|
font-2 = Symbola:size=5;1
|
||||||
font-3 = MaterialIcons-Regular:size=11;4
|
font-3 = MaterialIcons-Regular:size=11;4
|
||||||
|
|
Loading…
Reference in New Issue