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