mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
feat: battery states && format-full/charging
This commit is contained in:
@ -43,9 +43,14 @@
|
||||
"format": "{}% "
|
||||
},
|
||||
"battery": {
|
||||
// "warning": 30, // Default value: 30
|
||||
// "critical": 15, // Default value: 15
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
"format": "{capacity}% {icon}",
|
||||
// "format-good": "", // An empty format will hide the module
|
||||
"format-full": "",
|
||||
"format-icons": ["", "", "", "", ""]
|
||||
},
|
||||
"battery#bat2": {
|
||||
|
Reference in New Issue
Block a user