10 lines
198 B
Nix
10 lines
198 B
Nix
{
|
|
"disk" = {
|
|
"interval" = 30;
|
|
"format" = " {percentage_used}%";
|
|
"path" = "/";
|
|
"tooltip" = true;
|
|
"unit" = "GB";
|
|
"tooltip-format" = "Available {free} of {total}";
|
|
};
|
|
} |