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
-3
View File
@@ -1,8 +1,5 @@
#!/bin/bash
# Delay startup to allow network initialization after boot
sleep 5
icon=$(omarchy-weather-icon 2>/dev/null)
if [[ -n $icon ]]; then