Add icons for different states
This commit is contained in:
parent
6b09be1993
commit
810daac16b
2 changed files with 10 additions and 2 deletions
|
@ -297,7 +297,11 @@
|
||||||
"prefix": ""
|
"prefix": ""
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
"prefix": ""
|
"song": { "prefix": "spotify" },
|
||||||
|
"prev": { "prefix": "|<" },
|
||||||
|
"playing": { "prefix": "|>" },
|
||||||
|
"paused": { "prefix": "||" },
|
||||||
|
"next": { "prefix": ">|" }
|
||||||
},
|
},
|
||||||
"uptime": {
|
"uptime": {
|
||||||
"prefix": "uptime"
|
"prefix": "uptime"
|
||||||
|
|
|
@ -219,7 +219,11 @@
|
||||||
"prefix": " "
|
"prefix": " "
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
"prefix": " "
|
"song": { "prefix": "" },
|
||||||
|
"prev": { "prefix": "" },
|
||||||
|
"playing": { "prefix": "" },
|
||||||
|
"paused": { "prefix": "" },
|
||||||
|
"next": { "prefix": "" }
|
||||||
},
|
},
|
||||||
"publicip": {
|
"publicip": {
|
||||||
"prefix": " "
|
"prefix": " "
|
||||||
|
|
Loading…
Reference in a new issue