forked from extern/nix-config
polybar: Change font from Fira Mono to IBM Plex
I always used Fira Mono for polybar and Hack for everything else, but since IBM Plex shares some characteristics of Fira Mono, it can act as a replacement here too.
This commit is contained in:
parent
86b6611b0d
commit
88f7c2bb03
@ -25,7 +25,7 @@ foreground = ${color.text}
|
||||
background = ${color.background}
|
||||
border-color = ${color.text}
|
||||
|
||||
font-0 = "Fira Mono:style=Bold:size=10"
|
||||
font-0 = "IBM Plex Mono:style=Bold:size=10"
|
||||
font-1 = "Noto Sans CJK JP:size=10"
|
||||
font-2 = "Font Awesome 5 Free:style=Solid:size=10"
|
||||
font-3 = "Font Awesome 5 Free:style=Regular:size=10"
|
||||
|
Loading…
Reference in New Issue
Block a user