allow longer mpd titles
This commit is contained in:
parent
ca7e8ca550
commit
0aab75aa2c
@ -557,7 +557,7 @@ let
|
|||||||
|
|
||||||
mpd = {
|
mpd = {
|
||||||
rotate = 90;
|
rotate = 90;
|
||||||
max-length = 40;
|
max-length = 60;
|
||||||
format = "{stateIcon} {artist} - {title}";
|
format = "{stateIcon} {artist} - {title}";
|
||||||
format-stopped = "⏹ STOPPED";
|
format-stopped = "⏹ STOPPED";
|
||||||
state-icons = {
|
state-icons = {
|
||||||
|
Loading…
Reference in New Issue
Block a user