Limit length of playing song to 50
This commit is contained in:
parent
046a9195f2
commit
1bdee7a9e6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ exec = "python3 {{ polybar_scripts }}/player-mpris-tail/player-mpris-tail.py -f
|
|||
tail = true
|
||||
click-left = playerctl play-pause
|
||||
click-right = playerctl next
|
||||
label-maxlen = 75
|
||||
label-maxlen = 50
|
||||
|
||||
[module/power-menu]
|
||||
type = custom/menu
|
||||
|
|
Loading…
Reference in a new issue