changed blinking animation and colors

This commit is contained in:
Maximilian Wagner
2024-02-01 11:09:51 +01:00
parent c5eb46db2e
commit eb1801c9d3
2 changed files with 46 additions and 33 deletions

5
config
View File

@@ -44,16 +44,13 @@
"battery": {
"states": {
// "good": 85,
"warning": 30,
"critical": 10
},
"format": "{capacity}% {icon}",
"format-charging": "{capacity}% 󱐋",
"format-plugged": "{capacity}% ",
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": ["", "", "", "", ""]
"format-icons": [" ", " ", " ", " ", " "]
},
"custom/PBPbattery": {