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 = "🌫"
|
||||
case "haze":
|
||||
icon = "🌫"
|
||||
case "heavy intensity rain":
|
||||
icon = "💦"
|
||||
case "heavy rain":
|
||||
icon = "💦"
|
||||
case "heavy snow":
|
||||
|
Loading…
x
Reference in New Issue
Block a user