aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home/polybar.nix2
1 files changed, 1 insertions, 1 deletions
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 = {