Remove obsolete weather status poller (#6555)

This commit is contained in:
Kyunghyun Park
2026-08-05 17:43:14 +02:00
committed by GitHub
parent 2daeaa7078
commit 65541c7b4f
6 changed files with 3 additions and 36 deletions
+3 -3
View File
@@ -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)