diff --git a/weather/widget.go b/weather/widget.go index 52cf7107..c0608308 100644 --- a/weather/widget.go +++ b/weather/widget.go @@ -186,6 +186,8 @@ func (widget *Widget) icon(data *owm.CurrentWeatherData) string { icon = "❄️" case "sunny": icon = "☀️" + case "thunderstorm": + icon = "⛈" default: icon = "💥" }