Use icon actions instead of states

This commit is contained in:
gkeep 2020-06-30 13:58:10 +03:00
parent f75f1a9f26
commit 7579a08615
3 changed files with 44 additions and 30 deletions

View file

@ -29,10 +29,10 @@
},
"cmus": {
"playing": {
"prefix": ">"
"prefix": "||"
},
"paused": {
"prefix": "||"
"prefix": "|>"
},
"stopped": {
"prefix": "[]"
@ -263,10 +263,10 @@
},
"mpd": {
"playing": {
"prefix": ">"
"prefix": "||"
},
"paused": {
"prefix": "||"
"prefix": "|>"
},
"stopped": {
"prefix": "[]"
@ -297,11 +297,21 @@
"prefix": ""
},
"spotify": {
"song": { "prefix": "spotify" },
"prev": { "prefix": "|<" },
"playing": { "prefix": "|>" },
"paused": { "prefix": "||" },
"next": { "prefix": ">|" }
"song": {
"prefix": "spotify"
},
"playing": {
"prefix": "||"
},
"paused": {
"prefix": "|>"
},
"prev": {
"prefix": "|<"
},
"next": {
"prefix": ">|"
}
},
"uptime": {
"prefix": "uptime"