Adds icons to themes using ascii for moc module

This commit is contained in:
Christopher Leggett 2017-05-09 15:08:08 -04:00
parent 4007660c58
commit e89be5c224

View file

@ -18,6 +18,17 @@
"repeat-on": { "prefix": "R" },
"repeat-off": { "prefix": "[r]" }
},
"moc": {
"playing": { "prefix": ">" },
"paused": { "prefix": "||" },
"stopped": { "prefix": "[]" },
"prev": { "prefix": "|<" },
"next": { "prefix": ">|" },
"shuffle-on": { "prefix": "S" },
"shuffle-off": { "prefix": "[s]" },
"repeat-on": { "prefix": "R" },
"repeat-off": { "prefix": "[r]" }
},
"pasink": {
"muted": { "prefix": "audio(mute)" },
"unmuted": { "prefix": "audio" }