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
|
tail = true
|
||||||
click-left = playerctl play-pause
|
click-left = playerctl play-pause
|
||||||
click-right = playerctl next
|
click-right = playerctl next
|
||||||
label-maxlen = 75
|
label-maxlen = 50
|
||||||
|
|
||||||
[module/power-menu]
|
[module/power-menu]
|
||||||
type = custom/menu
|
type = custom/menu
|
||||||
|
|
Loading…
Reference in a new issue