From 8fb735b94f049817bba3790b83141de51fafa417 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 12 Aug 2025 14:46:29 +0200 Subject: [PATCH] [waybar] update weather interbal --- waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index ee2e132..466d2af 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -282,7 +282,7 @@ "custom/weather": { "format": "{}", "tooltip": true, - "interval": 3600, + "interval": 30, // accepts -c/--city -t/--temperature -d/--distance "exec": "/usr/share/sway/scripts/weather.py", "return-type": "json",