mirror of https://github.com/lcpz/lain.git
weather: add back default hover notification; #113
This commit is contained in:
parent
fa0d05aa95
commit
94fe36d0c7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue