Change disk to use percentage_used

This commit is contained in:
Evie Litherland-Smith 2023-11-04 12:03:43 +00:00
parent 11c8cedef5
commit 7dc9369362

View file

@ -127,7 +127,7 @@
format-icons = [ "󱃍" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ]; format-icons = [ "󱃍" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
}; };
disk = { disk = {
format = "{percentage_free}% 󰋊"; format = "{percentage_used}% 󰋊";
path = config.home.homeDirectory; path = config.home.homeDirectory;
}; };
cpu = { cpu = {