Increase max audio length

This commit is contained in:
RealStickman 2020-12-11 17:38:58 +01:00
parent 1ceccda371
commit aefb7b5389

View File

@ -94,7 +94,7 @@ content = " "
type = custom/script
format-foreground = ${colors.foreground}
format-background = ${colors.modbackground}
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:t5:{artist}:}{:artist: - :}{:t10:{title}:}'
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '{icon} {:artist:t10:{artist}:}{:artist: - :}{:t15:{title}:}'
tail = true
click-left = ~/.config/polybar/scripts/player-mpris-tail.py play-pause &
click-right = ~/.config/polybar/scripts/player-mpris-tail.py next &