From 94fe36d0c74a4c620e02c3e861b41eff39e6eed4 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sun, 5 Jul 2015 11:12:41 +0200 Subject: [PATCH] weather: add back default hover notification; #113 --- widgets/weather.lua | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.2