Added second warning stage to battery module

Also naming is a bit more consistent
This commit is contained in:
Robinhuett
2018-10-30 16:23:36 +01:00
parent e93c5e7957
commit 4c8621c7a5
2 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,8 @@
"format": "{}% "
},
"battery": {
// "warning": 30, // Default value: 30
// "critical": 15, // Default value: 15
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},