From 59197e8d5228cb45e8d9b14c52abd9f08d0c9003 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Fri, 30 Mar 2018 23:29:47 -0700 Subject: [PATCH] Another weather icon --- weather/widget.go | 2 ++ 1 file changed, 2 insertions(+) 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":