From ed773420a884d058dccdad1bb00787c2f6e2d50b Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 4 Oct 2025 19:49:41 -0600 Subject: [PATCH] waybar: change icon of storage --- home/modules/gui/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 0a6c1b3..9a33e2d 100644 --- a/home/modules/gui/waybar.nix +++ b/home/modules/gui/waybar.nix @@ -74,7 +74,7 @@ in { tooltip-format = "{used}/{total}"; }; disk = { - format = " {specific_used:0.0f}/{specific_total:0.0f}"; + format = " {specific_used:0.0f}/{specific_total:0.0f}"; unit = "GiB"; tooltip = false; };