system/pkgs/wm/waybar/disk.nix
2024-10-14 14:28:31 -07:00

10 lines
198 B
Nix

{
"disk" = {
"interval" = 30;
"format" = "󰋊 {percentage_used}%";
"path" = "/";
"tooltip" = true;
"unit" = "GB";
"tooltip-format" = "Available {free} of {total}";
};
}