From c8df2127ba678b897ae42e1dc3241b18c48cc53e Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 16 Apr 2025 10:34:45 +0200 Subject: [PATCH] fix: set timeout to hour instead of minutes so that i don't hit a ratelimit --- modules/home/hyprlock/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprlock/default.nix b/modules/home/hyprlock/default.nix index 69a3d44..fcd2a25 100644 --- a/modules/home/hyprlock/default.nix +++ b/modules/home/hyprlock/default.nix @@ -77,7 +77,7 @@ # WEATHER label { monitor = - text = cmd[update:1000] echo "$(bash /home/${username}/.local/bin/weather.sh)" + text = cmd[update:6000000] echo "$(bash /home/${username}/.local/bin/weather.sh)" color = rgba(255, 255, 255, 1) font_size = 10 font_family = JetBrains Mono Nerd Font Mono ExtraBold