1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add icon for heavy intense rain

This commit is contained in:
Chris Cummer 2018-06-10 18:23:00 -04:00
parent 91f24130ca
commit 78fd0ca40b

View File

@ -182,6 +182,8 @@ func (widget *Widget) icon(data *owm.CurrentWeatherData) string {
icon = "🌫" icon = "🌫"
case "haze": case "haze":
icon = "🌫" icon = "🌫"
case "heavy intensity rain":
icon = "💦"
case "heavy rain": case "heavy rain":
icon = "💦" icon = "💦"
case "heavy snow": case "heavy snow":