mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-17 07:49:09 +01:00
Start timer
This commit is contained in:
parent
b6458cbe0c
commit
332075a603
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ weather_timer:connect_signal("timeout", function ()
|
|||
temp_widget:set_text(to_celcius(resp.main.temp))
|
||||
end
|
||||
end)
|
||||
weather_timer:start()
|
||||
weather_timer:emit_signal("timeout")
|
||||
|
||||
weather_widget:connect_signal("mouse::enter", function()
|
||||
|
|
Loading…
Reference in a new issue