From: luke bonham Date: Sun, 5 Jul 2015 09:12:41 +0000 (+0200) Subject: weather: add back default hover notification; #113 X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/94fe36d0c74a4c620e02c3e861b41eff39e6eed4 weather: add back default hover notification; #113 --- diff --git a/widgets/weather.lua b/widgets/weather.lua index 7223c29..7673284 100644 --- a/widgets/weather.lua +++ b/widgets/weather.lua @@ -116,6 +116,8 @@ local function worker(args) end) end + weather.attach(weather.widget) + newtimer("weather", timeout, weather.update) newtimer("weather_forecast", timeout, weather.forecast_update)