Skip to content

Commit

Permalink
Add icon for heavy intense rain
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cummer committed Jun 13, 2018
1 parent 55c4c26 commit 18f9612
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weather/widget.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ func (widget *Widget) icon(data *owm.CurrentWeatherData) string {
icon = "🌫"
case "haze":
icon = "🌫"
case "heavy intensity rain":
icon = "💦"
case "heavy rain":
icon = "💦"
case "heavy snow":
Expand Down

0 comments on commit 18f9612

Please sign in to comment.