weather: add back default hover notification; #113

This commit is contained in:
luke bonham 2015-07-05 11:12:41 +02:00
parent 538269c108
commit fdf8132242
1 changed files with 2 additions and 0 deletions

View File

@ -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)