From e67ba646b10d041a312052f33f36c0dda37d6b4f Mon Sep 17 00:00:00 2001 From: ferreo Date: Thu, 29 Aug 2024 22:33:07 +0200 Subject: [PATCH] Update pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js --- pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js b/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js index 52941da..1976a14 100644 --- a/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js +++ b/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js @@ -23,7 +23,7 @@ export const Weather = () => Widget.Box({ }), ], connections: [[barConfig?.weatherUpdateInterval * 1000, async box => { - getWeather(box); + setTimeout(() => getWeather(box), 10000); }]], });