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:
Donovan Glover 2022-03-15 11:15:20 -04:00
parent 68075e746d
commit edc3525416
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -119,7 +119,7 @@ label-muted =  Off
[module/window]
type = internal/xwindow
label-maxlen = 120
label-maxlen = 110
label-empty = /usr/bin/bspwm
; vim:ft=dosini