From c6275492b61ac44edb6c20872bd33777e008d511 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 16 Jun 2024 11:05:52 -0700 Subject: Increase polybar stat interval --- home/polybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/polybar.nix b/home/polybar.nix index b1c54ba..f415196 100644 --- a/home/polybar.nix +++ b/home/polybar.nix @@ -95,7 +95,7 @@ "module/stat" = { type = "custom/script"; - exec = "vmstat -n 1 | awk '{printf \"%.0f%% %.2f GiB\\\\n\", 100-$15, (31998756-($4+$5+$6))/1024/1024};fflush()'"; + exec = "vmstat -n 2 | awk '{printf \"%.0f%% %.2f GiB\\\\n\", 100-$15, (31998756-($4+$5+$6))/1024/1024};fflush()'"; tail = true; format = { -- cgit v1.2.3