139 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
f7ede6e382
commit
6bc2a77708
@ -112,24 +112,24 @@
|
|||||||
|
|
||||||
"mpd" = {
|
"mpd" = {
|
||||||
format = "{stateIcon}{consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {title} ({elapsedTime:%M:%S}/{totalTime:%M%S}) {volume}";
|
format = "{stateIcon}{consumeIcon}{randomIcon}{repeatIcon}{singleIcon} {title} ({elapsedTime:%M:%S}/{totalTime:%M%S}) {volume}";
|
||||||
format-stopped = "{stateIcon}{randomIcon}{repeatIcon}{singleIcon} Stopped {volume}";
|
format-stopped = "{stateIcon} {randomIcon}{repeatIcon}{singleIcon} Stopped {volume}";
|
||||||
format-disconnected = "";
|
format-disconnected = "";
|
||||||
unkown-tag = "N/A";
|
unkown-tag = "N/A";
|
||||||
interval = 2;
|
interval = 2;
|
||||||
consume-icons = {
|
consume-icons = {
|
||||||
on = "";
|
on = " ";
|
||||||
off = "";
|
off = "";
|
||||||
};
|
};
|
||||||
random-icons = {
|
random-icons = {
|
||||||
on = "";
|
on = " ";
|
||||||
off = "";
|
off = "";
|
||||||
};
|
};
|
||||||
repeat-icons = {
|
repeat-icons = {
|
||||||
on = "";
|
on = " ";
|
||||||
off = "";
|
off = "";
|
||||||
};
|
};
|
||||||
single-icons = {
|
single-icons = {
|
||||||
on = "";
|
on = " ";
|
||||||
off = "";
|
off = "";
|
||||||
};
|
};
|
||||||
state-icons = {
|
state-icons = {
|
||||||
|
Loading…
Reference in New Issue
Block a user