From 2707c290fa55d83eb70d2c317716be6cd57ecfcd Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 27 Aug 2024 19:39:30 +0200 Subject: [PATCH] Update pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js --- pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 b5da8e9..4c3d1fb 100644 --- a/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js +++ b/pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js @@ -23,8 +23,7 @@ export const Weather = () => Widget.Box({ }), ], connections: [[barConfig?.weatherUpdateInterval * 1000, async box => { - getWeather(box); - setTimeout(() => { getWeather(box) }, 10000); + setTimeout(() => { getWeather(box) }, 1000); }]], });