added more layouts, a weather widget and the most cool thing: a quake like terminal
This commit is contained in:
parent
e4e09ba6b1
commit
45073b5b3b
6 changed files with 103 additions and 41 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue