Update pika-hyprland-settings/etc/skel/.config/ags/widgets/weather.js
This commit is contained in:
parent
61a88fc8e0
commit
e67ba646b1
@ -23,7 +23,7 @@ export const Weather = () => Widget.Box({
|
||||
}),
|
||||
],
|
||||
connections: [[barConfig?.weatherUpdateInterval * 1000, async box => {
|
||||
getWeather(box);
|
||||
setTimeout(() => getWeather(box), 10000);
|
||||
}]],
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user