From 7b617aecd86bb97f855dedd1af68926986f01c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 5 May 2021 10:57:16 +0200 Subject: [PATCH] feat(i3status-rust): update incidence rate hourly to not lag behind --- lib/i3status-rust.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index c4954f3..30c7d09 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -93,7 +93,7 @@ in { } { block = "custom"; - interval = 60 * 60 * 12; + interval = 60 * 60; command = let area = "states"; # "districts";