From e88352aa6718b83ed49564202038ca812490344b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 10 Aug 2021 13:35:16 +0200 Subject: [PATCH] polybar-weather: tell where to find weather icons --- bin/polybar-weather | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/polybar-weather b/bin/polybar-weather index 51d4c2e..d5c8d4b 100755 --- a/bin/polybar-weather +++ b/bin/polybar-weather @@ -45,6 +45,7 @@ def get_weather(apikey, latitude, longitude, endpoint): def format_weather(data): """Translate OWM icon to WeatherIcons.""" + # https://erikflowers.github.io/weather-icons/ icon = data["weather"][0]["icon"] temperature = data["main"]["temp"] if icon == "01d" and temperature > 32: