mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Display current wifi network name
This commit is contained in:
committed by
Chris Cummer
parent
d82c7692be
commit
42ce7f4353
@@ -87,6 +87,8 @@ func icon(data *owm.CurrentWeatherData) string {
|
||||
icon = "☁️"
|
||||
case "clear":
|
||||
icon = "☀️"
|
||||
case "clear sky":
|
||||
icon = "☀️"
|
||||
case "cloudy":
|
||||
icon = "⛅️"
|
||||
case "few clouds":
|
||||
|
||||
Reference in New Issue
Block a user