From bc4e25a42da1b10a5e1fa56150bf9fe52f844965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 24 Nov 2021 18:19:46 +0100 Subject: [PATCH] feat(i3status-rust): increase rate --- lib/i3status-rust.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/i3status-rust.nix b/lib/i3status-rust.nix index 82bbfe5..71c4d87 100644 --- a/lib/i3status-rust.nix +++ b/lib/i3status-rust.nix @@ -94,12 +94,12 @@ in { } { block = "custom"; - interval = 60 * 60; + interval = 60 * 5; command = let inherit (import ) location; in "${pkgs.scripts.horoscope}/bin/horoscope --latitude=${toString location.latitude} --longitude=${toString location.longitude}"; } { block = "custom"; - interval = 60 * 60; + interval = 60 * 5; command = let spacetime = import ; in pkgs.writers.writePython3 "sun.py" { libraries = [ pkgs.python3Packages.astral ]; flakeIgnore = [ "E121" "E501" ]; } '' import astral