mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Another weather icon
This commit is contained in:
parent
b937d64d75
commit
59197e8d52
@ -89,6 +89,8 @@ func icon(data *owm.CurrentWeatherData) string {
|
||||
icon = "☀️"
|
||||
case "cloudy":
|
||||
icon = "⛅️"
|
||||
case "few clouds":
|
||||
icon = "🌤"
|
||||
case "fog":
|
||||
icon = "🌫"
|
||||
case "heavy rain":
|
||||
|
Loading…
x
Reference in New Issue
Block a user