Fix icons.
The moon icon seems to make more sense for night time. Add a datetime icon so you get a clock when using datetime. Change the CPU icon to the microchip character.
This commit is contained in:
parent
e93e1120f7
commit
5d89c3dfc1
1 changed files with 3 additions and 2 deletions
|
@ -5,8 +5,9 @@
|
||||||
},
|
},
|
||||||
"date": { "prefix": "" },
|
"date": { "prefix": "" },
|
||||||
"time": { "prefix": "" },
|
"time": { "prefix": "" },
|
||||||
|
"datetime": { "prefix": "" },
|
||||||
"memory": { "prefix": "" },
|
"memory": { "prefix": "" },
|
||||||
"cpu": { "prefix": "" },
|
"cpu": { "prefix": "" },
|
||||||
"disk": { "prefix": "" },
|
"disk": { "prefix": "" },
|
||||||
"dnf": { "prefix": "" },
|
"dnf": { "prefix": "" },
|
||||||
"pacman": { "prefix": "" },
|
"pacman": { "prefix": "" },
|
||||||
|
@ -79,7 +80,7 @@
|
||||||
"on": { "prefix": " "}, "off": { "prefix": " " }
|
"on": { "prefix": " "}, "off": { "prefix": " " }
|
||||||
},
|
},
|
||||||
"redshift": {
|
"redshift": {
|
||||||
"day": { "prefix": "" }, "night": { "prefix": "" }, "transition": { "prefix": "" }
|
"day": { "prefix": "" }, "night": { "prefix": "" }, "transition": { "prefix": "" }
|
||||||
},
|
},
|
||||||
"sensors": {
|
"sensors": {
|
||||||
"prefix": ""
|
"prefix": ""
|
||||||
|
|
Loading…
Reference in a new issue