diff --git a/weather/widget.go b/weather/widget.go index 66525667..53ca68ff 100644 --- a/weather/widget.go +++ b/weather/widget.go @@ -89,6 +89,8 @@ func icon(data *owm.CurrentWeatherData) string { icon = "☀️" case "cloudy": icon = "⛅️" + case "few clouds": + icon = "🌤" case "fog": icon = "🌫" case "heavy rain":