allow longer mpd titles
This commit is contained in:
parent
ca7e8ca550
commit
0aab75aa2c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue