system/pkgs/wm/waybar/disk.nix

10 lines
198 B
Nix
Raw Normal View History

2024-10-14 17:28:31 -04:00
{
"disk" = {
"interval" = 30;
"format" = "󰋊 {percentage_used}%";
"path" = "/";
"tooltip" = true;
"unit" = "GB";
"tooltip-format" = "Available {free} of {total}";
};
}