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": ""
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": ""
|
||||
"song": { "prefix": "spotify" },
|
||||
"prev": { "prefix": "|<" },
|
||||
"playing": { "prefix": "|>" },
|
||||
"paused": { "prefix": "||" },
|
||||
"next": { "prefix": ">|" }
|
||||
},
|
||||
"uptime": {
|
||||
"prefix": "uptime"
|
||||
|
|
|
@ -219,7 +219,11 @@
|
|||
"prefix": " "
|
||||
},
|
||||
"spotify": {
|
||||
"prefix": " "
|
||||
"song": { "prefix": "" },
|
||||
"prev": { "prefix": "" },
|
||||
"playing": { "prefix": "" },
|
||||
"paused": { "prefix": "" },
|
||||
"next": { "prefix": "" }
|
||||
},
|
||||
"publicip": {
|
||||
"prefix": " "
|
||||
|
|
Loading…
Reference in a new issue