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

This commit is contained in:
ferreo 2024-08-29 22:33:07 +02:00
parent 61a88fc8e0
commit e67ba646b1

View File

@ -23,7 +23,7 @@ export const Weather = () => Widget.Box({
}),
],
connections: [[barConfig?.weatherUpdateInterval * 1000, async box => {
getWeather(box);
setTimeout(() => getWeather(box), 10000);
}]],
});