[modules/cmus] Add status callback
Inform the theme about the current playback status (start, stop, repeat, shuffle). see #23
This commit is contained in:
parent
225d471c6a
commit
1a3217bb5f
2 changed files with 18 additions and 2 deletions
|
@ -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": "" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue