Small condition change
This commit is contained in:
parent
6cfdf760c5
commit
2517daec9e
|
@ -211,7 +211,7 @@
|
|||
|
||||
# Map weather conditions to emojis
|
||||
case "$condition" in
|
||||
"Clear") emoji="☀️";;
|
||||
"Clear"|"Sunny") emoji="☀️";;
|
||||
"Clouds") emoji="☁️";;
|
||||
"Rain") emoji="🌧️";;
|
||||
"Drizzle") emoji="🌦️";;
|
||||
|
|
Loading…
Reference in a new issue