[Polybar] Switch font to JetBrains Mono

This commit is contained in:
Marcel Kapfer 2021-03-15 10:05:42 +01:00
parent 6a0e9d2d23
commit ed47163d6a
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 3 deletions

View File

@ -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}