Remove obsolete weather status poller (#6555)
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
# omarchy:summary=Returns a weather condition icon, adjusted for live sunrise and sunset.
|
||||
|
||||
# Only consult the helper when a location is stored: this runs every minute,
|
||||
# and the helper's dynamic fallback would cost an extra wttr.in request when
|
||||
# nothing is set — the bare j1 fetch already auto-detects by IP.
|
||||
# Only consult the helper when a location is stored. Its dynamic fallback would
|
||||
# cost an extra wttr.in request when nothing is set; the bare j1 fetch already
|
||||
# auto-detects by IP.
|
||||
query=""
|
||||
if [[ -s "$HOME/.local/state/omarchy/settings/weather.json" ]]; then
|
||||
location=$(omarchy-weather-location 2>/dev/null)
|
||||
|
||||
Reference in New Issue
Block a user