summaryrefslogtreecommitdiff
path: root/lib/polybar.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2026-01-09 05:57:58 -0500
committerBen Sima <ben@bensima.com>2026-01-09 05:57:58 -0500
commitfbb6ff59deed7f8bc4f38ba707def1c7ff475d20 (patch)
tree4e64fa5eb371492959e6d2a8b76333abbe5d0e01 /lib/polybar.nix
parent5f37cf1c2a9dade75a4ba1a61ebc0c006b1301ec (diff)
small fixesHEADmaster
Diffstat (limited to 'lib/polybar.nix')
-rw-r--r--lib/polybar.nix3
1 files changed, 2 insertions, 1 deletions
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>";
label-mounted = "DISK %percentage_used%%";
label-mounted-foreground = colors.${theme}.yellow;