From 29a969e895436e7a892acf80ad9e11841c5e9fc4 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 23 Oct 2022 11:05:14 -0700 Subject: [PATCH] Increase aozora interval to once per 30 minutes --- polybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/default.nix b/polybar/default.nix index c010616..05d4afc 100644 --- a/polybar/default.nix +++ b/polybar/default.nix @@ -81,7 +81,7 @@ in # Wait a few seconds before running to prevent no internet error on first start # TODO: make aozora wait blockingly for internet in --bar mode exec = "/run/current-system/sw/bin/sleep 3 && /etc/profiles/per-user/elnu/bin/aozora air-quality-in-lakewood-aw-341300 --bar 2> /dev/null"; - interval = 90; + interval = 1800; }; "module/filesystem" = { type = "internal/fs";