From 3b42a4f7eff818f9d6ed2498adc087d18b9d16fd Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 17 Jan 2018 22:24:50 -0600 Subject: [PATCH] Polybar: Lessen max length of window title --- .config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index a3e1709c..dd7be220 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -325,7 +325,7 @@ type = internal/xwindow label = %title% label-padding = 2 label-background = ${res/colors.background} -label-maxlen = 125 +label-maxlen = 75 label-ellipsis = true # vim:ft=dosini