16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"battery": {
|
|
"format": "{capacity}% {icon}",
|
|
"format-icons": {
|
|
"charging": ["", "", "", "", "", "", "", "", "", ""],
|
|
"default": ["", "", "", "", "", "", "", "", "", ""],
|
|
},
|
|
"format-full": "Charged ",
|
|
"interval": 5,
|
|
"states": {
|
|
"warning": 20,
|
|
"critical": 10,
|
|
},
|
|
"tooltip": false,
|
|
},
|
|
}
|