15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-alt": "{time} {icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
|
|
"interval": 5,
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 10,
|
|
},
|
|
"tooltip": false,
|
|
},
|
|
}
|