16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
{
|
|
"battery": {
|
|
"states": {
|
|
// "good": 95,
|
|
// "warning": 30,
|
|
// "critical": 20
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"rotate": 0,
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-alt": "{time} {icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""]
|
|
}
|
|
}
|