mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Thunderstorm added to weather icons
This commit is contained in:
parent
037c90db85
commit
71f9b2ddf1
@ -186,6 +186,8 @@ func (widget *Widget) icon(data *owm.CurrentWeatherData) string {
|
||||
icon = "❄️"
|
||||
case "sunny":
|
||||
icon = "☀️"
|
||||
case "thunderstorm":
|
||||
icon = "⛈"
|
||||
default:
|
||||
icon = "💥"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user