diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index 6274e622a..5fe651533 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -11,7 +11,7 @@ blue="\033[34m" weatherfile="$XDG_CACHE_HOME/weatherreport" emojifile="$XDG_CACHE_HOME/weatheremoji" -url="wttr.in/$LOCATION" +url="wttr.in/$FORECAST_LOCATION" weatheropts="?FA" emojiopts="?FA&format=%c"