From fbb6ff59deed7f8bc4f38ba707def1c7ff475d20 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 9 Jan 2026 05:57:58 -0500 Subject: small fixes --- lib/polybar.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/polybar.nix') diff --git a/lib/polybar.nix b/lib/polybar.nix index 8a48d94..a9bd1bf 100644 --- a/lib/polybar.nix +++ b/lib/polybar.nix @@ -196,8 +196,9 @@ in { "module/disk" = { type = "internal/fs"; - interval = 30; + interval = 10; mount-0 = "/"; + fstype-ignore = [ "tmpfs" "devtmpfs" "efivarfs" ]; format-mounted = ""; label-mounted = "DISK %percentage_used%%"; label-mounted-foreground = colors.${theme}.yellow; -- cgit v1.2.3