mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
polybar: Switch label-mode with label-state
Now that the desktop labels cover less width and have lower padding, it makes sense to place label-mode on the right side instead of the left. This fixes an issue with padding I previously encountered with the old desktop labels, and also prevents the desktop labels from being shifted to the right when a label-mode is present.
This commit is contained in:
parent
ca23bbabd9
commit
5f0320f2bf
@ -38,7 +38,7 @@ module-margin = 1
|
||||
[module/bspwm]
|
||||
type = internal/bspwm
|
||||
pin-workspaces = true
|
||||
format = <label-mode> <label-state>
|
||||
format = <label-state> <label-mode>
|
||||
|
||||
label-monocle = monocle mode
|
||||
label-locked = Locked
|
||||
|
Loading…
Reference in New Issue
Block a user