[modules/cmus] Add status callback

Inform the theme about the current playback status (start, stop, repeat,
shuffle).

see #23
This commit is contained in:
Tobi-wan Kenobi 2016-12-10 08:16:27 +01:00
parent 225d471c6a
commit 1a3217bb5f
2 changed files with 18 additions and 2 deletions

View file

@ -13,8 +13,10 @@
"stopped": { "prefix": "" },
"prev": { "prefix": "" },
"next": { "prefix": "" },
"shuffle": { "on": { "prefix": "" }, "off": { "prefix": "" } },
"repeat": { "on": { "prefix": "" }, "off": { "prefix": "" } }
"shuffle-on": { "prefix": "" },
"shuffle-off": { "prefix": "" },
"repeat-on": { "prefix": "" },
"repeat-off": { "prefix": "" }
},
"pasink": {
"muted": { "prefix": "" },