diff --git a/polybar/config.ini b/polybar/config.ini index c3cd4ab..663bc9a 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 "Nothing playing" +exec = players=`playerctl -l | wc -l` ; [[ $players != "0" ]] && playerctl metadata -f "{{status}}: {{trunc(title, 40)}} by {{artist}}" || echo tail = true format =