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:
parent
91f24130ca
commit
78fd0ca40b
@ -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":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user