11 lines
282 B
Nix
11 lines
282 B
Nix
|
{
|
||
|
states = {
|
||
|
warning = 30;
|
||
|
critical = 15;
|
||
|
};
|
||
|
format = "{time} {capacity}% {icon}";
|
||
|
format-charging = "{time} {capacity}% ";
|
||
|
format-plugged = "{capacity}% ";
|
||
|
format-icons = ["" "" "" "" "" "" "" "" "" "" ""];
|
||
|
}
|