change update time from 60 second to 1 second for the battery module

This commit is contained in:
primardj 2024-01-26 23:28:53 +00:00
parent 89e32410b5
commit 7689102c7c

View file

@ -127,8 +127,9 @@
"format-icons": ["☀"]
},
"battery": {
"interval": 1,
"states": {
// "good": 95,
"good": 95,
"warning": 30,
"critical": 15
},