mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-12 04:36:37 +02: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]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
format = <label-mode> <label-state>
|
format = <label-state> <label-mode>
|
||||||
|
|
||||||
label-monocle = monocle mode
|
label-monocle = monocle mode
|
||||||
label-locked = Locked
|
label-locked = Locked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user