11 lines
172 B
Nix
11 lines
172 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
interval = 30;
|
|
format = "{percentage_used}% ";
|
|
tooltip = true;
|
|
tooltip-format = "{specific_free:0.1f}/{specific_total:0.1f}GiB";
|
|
unit = "GiB";
|
|
}
|