Add intervals

This commit is contained in:
Sam A. 2023-02-07 20:13:53 +01:00
parent a32340d4c0
commit f841f13e85
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// vim: ft=json5
// vim: ft=jsonc
{
"layer": "top",
"position": "top",
@ -35,10 +35,12 @@
},
"cpu": {
"format": "\uf2db {usage}%", // microchip
"tooltip": true
"tooltip": true,
"interval": 5
},
"memory": {
"format": "\uf538 {}%"
"format": "\uf538 {}%",
"interval": 5
},
"battery": {
"states": {