mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
polybar: Decrease maximum length for window titles
This prevents the title from overflowing and causing layout shifts when the other modules expand.
This commit is contained in:
parent
68075e746d
commit
edc3525416
@ -119,7 +119,7 @@ label-muted = Off
|
|||||||
|
|
||||||
[module/window]
|
[module/window]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label-maxlen = 120
|
label-maxlen = 110
|
||||||
label-empty = /usr/bin/bspwm
|
label-empty = /usr/bin/bspwm
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user