From 45336f025dfeef9e168467ff2444dc6596d1256b Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 3 Oct 2021 16:10:13 +0300 Subject: [PATCH] Decrease title max length --- polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/config.ini b/polybar/config.ini index 663bc9a..9bf5170 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -59,7 +59,7 @@ label-mode = --%mode%-- [module/player] type = custom/script -exec = players=`playerctl -l | wc -l` ; [[ $players != "0" ]] && playerctl metadata -f "{{status}}: {{trunc(title, 40)}} by {{artist}}" || echo +exec = players=`playerctl -l | wc -l` ; [[ $players != "0" ]] && playerctl metadata -f "{{status}}: {{trunc(title, 30)}} by {{artist}}" || echo tail = true format =