1
0
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:
Donovan Glover 2018-12-05 18:03:27 -05:00
parent 72152ad7f6
commit 454848572a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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