Update pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js

This commit is contained in:
ferreo 2024-08-27 19:39:30 +02:00
parent afda55fa52
commit 2707c290fa

View File

@ -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);
}]],
});