1
0
Fork 0

change $LOCATION variable

This commit is contained in:
Luca Bilke 2024-01-15 21:39:02 +01:00
parent cdb6533667
commit 11d516b00f
1 changed files with 1 additions and 1 deletions

View File

@ -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"