Check for weather once a minute instead of once every ten

More accurate and deals with the first-boot issue on network too
This commit is contained in:
David Heinemeier Hansson
2026-05-08 21:44:21 +02:00
parent 2594a80cba
commit dad2870f58
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
"custom/weather": {
"exec": "$OMARCHY_PATH/default/waybar/weather.sh",
"return-type": "json",
"interval": 600,
"interval": 60,
"tooltip": false,
"on-click": "notify-send -u low \"$(omarchy-weather-status)\""
},