diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-06-16 11:05:52 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-06-16 11:05:52 -0700 |
| commit | c6275492b61ac44edb6c20872bd33777e008d511 (patch) | |
| tree | e8b43a09a4c94fd148111034739dba4dbba89e09 /home | |
| parent | 0a70d802c7504d2e1ba65b7a8fb914ea5c005a4c (diff) | |
Increase polybar stat interval
Diffstat (limited to 'home')
| -rw-r--r-- | home/polybar.nix | 2 |
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 = { |