added more layouts, a weather widget and the most cool thing: a quake like terminal

This commit is contained in:
Johannes Findeisen 2020-07-06 00:40:23 +02:00
commit 45073b5b3b
6 changed files with 103 additions and 41 deletions

View file

@ -137,7 +137,7 @@ local function factory(args)
end)
end
if showpopup == "on" then weather.attach(weather.widget) end
if showpopup == "on" then weather.attach(weather.widget) end
weather.timer = helpers.newtimer("weather-" .. city_id, timeout, weather.update, false, true)
weather.timer_forecast = helpers.newtimer("weather_forecast-" .. city_id, timeout, weather.forecast_update, false, true)