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