From edc3525416a6b94632042ee5ebb42a97b2773394 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 15 Mar 2022 11:15:20 -0400 Subject: [PATCH] polybar: Decrease maximum length for window titles This prevents the title from overflowing and causing layout shifts when the other modules expand. --- polybar/.config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index f93d340f..9e250a3d 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -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