polybar/fonts.ini 648 B raw
1
; Included inside [bar/main], so these are bar keys.
2
3
; %{T1} -- everything except the island caps.
4
font-0 = BerkeleyMono Nerd Font:size=13;2
5
6
; %{T2} -- the island cap glyphs in modules/caps.ini, and nothing else. This
7
; is the corner-radius knob: the glyph is a half circle 1.213em tall, so at
8
; 30pt (40px em) it stands 48px against a 32px bar and only the flat middle
9
; shows, leaving a ~6px rounded corner. Raise the size for a squarer corner,
10
; lower it towards 20pt to go back to a full pill. The ;7 centres the clipped
11
; glyph on the bar; re-check it after changing either number.
12
font-1 = BerkeleyMono Nerd Font:size=30;7
13
14
; vim:ft=dosini