[Polybar] Switch font to JetBrains Mono
This commit is contained in:
parent
6a0e9d2d23
commit
ed47163d6a
1 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ foreground = ${colors.foreground}
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 1
|
padding-right = 1
|
||||||
|
|
||||||
font-0 = "Iosevka:size=12;2"
|
font-0 = "JetBrainsMono:size=11;2"
|
||||||
font-1 = "FontAwesome:size=10;2"
|
font-1 = "FontAwesome:size=10;2"
|
||||||
font-2 = "FontAwesome:size=30;7"
|
font-2 = "FontAwesome:size=30;7"
|
||||||
|
|
||||||
|
@ -167,8 +167,8 @@ content-background = ${colors.blue}
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
battery = BAT1
|
battery = BAT0
|
||||||
adapter = ADP1
|
adapter = AC
|
||||||
full-at = 98
|
full-at = 98
|
||||||
format-charging-background = ${colors.green}
|
format-charging-background = ${colors.green}
|
||||||
format-charging-foreground = ${colors.background}
|
format-charging-foreground = ${colors.background}
|
||||||
|
|
Loading…
Reference in a new issue