Decrease title max length

This commit is contained in:
2021-10-03 16:10:13 +03:00
parent 81f46d2496
commit 45336f025d

View File

@@ -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 = <label>