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 = "❄️"
|
icon = "❄️"
|
||||||
case "sunny":
|
case "sunny":
|
||||||
icon = "☀️"
|
icon = "☀️"
|
||||||
|
case "thunderstorm":
|
||||||
|
icon = "⛈"
|
||||||
default:
|
default:
|
||||||
icon = "💥"
|
icon = "💥"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user