1
0
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:
Chris Cummer
2018-03-31 08:17:57 -07:00
committed by Chris Cummer
parent d82c7692be
commit 42ce7f4353
3 changed files with 72 additions and 3 deletions

View File

@@ -87,6 +87,8 @@ func icon(data *owm.CurrentWeatherData) string {
icon = "☁️"
case "clear":
icon = "☀️"
case "clear sky":
icon = "☀️"
case "cloudy":
icon = "⛅️"
case "few clouds":