change update time from 60 second to 1 second for the battery module
This commit is contained in:
parent
89e32410b5
commit
7689102c7c
1 changed files with 2 additions and 1 deletions
|
@ -127,8 +127,9 @@
|
||||||
"format-icons": ["☀"]
|
"format-icons": ["☀"]
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
|
"interval": 1,
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
"good": 95,
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue