Add another weather condition

This commit is contained in:
Jimbo 2024-09-22 15:14:29 -04:00
parent a900acf90d
commit fa3bd91f31
2 changed files with 85 additions and 1 deletions

View file

@ -226,7 +226,7 @@
# Map weather conditions to emojis
case "$condition" in
"Clear"|"Sunny") emoji="";;
"Cloudy"|"Partly cloudy") emoji="";;
"Cloudy"|"Partly cloudy"|"Overcast") emoji="";;
"Rain") emoji="🌧";;
"Drizzle") emoji="🌦";;
"Thunderstorm") emoji="";;