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