forked from extern/nix-config
polybar: Fix padding
It turns out that the left padding from the bspwm labels are used in addition to the left padding from polybar, so in order for padding to be consistent across both the left and right sections, the section with the bspwm module needs to have its padding subtracted by the amount used by the bspwm labels.
This commit is contained in:
parent
72152ad7f6
commit
454848572a
@ -31,7 +31,8 @@ font-2 = "Font Awesome 5 Free:style=Solid:size=10"
|
||||
font-3 = "Font Awesome 5 Free:style=Regular:size=10"
|
||||
font-4 = "Font Awesome 5 Brands:style=Regular:size=10"
|
||||
|
||||
padding = 2
|
||||
padding-left = 1
|
||||
padding-right = 2
|
||||
module-margin = 1
|
||||
|
||||
[module/bspwm]
|
||||
|
Loading…
Reference in New Issue
Block a user