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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user