diff --git a/themes/icons/ascii.json b/themes/icons/ascii.json index 9b03a46..540a475 100644 --- a/themes/icons/ascii.json +++ b/themes/icons/ascii.json @@ -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" }