telak: fix default timer
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
dc82832ccf
commit
d4ea61f4d3
|
@ -57,7 +57,7 @@ local function new(_, args)
|
|||
w.widgets = wimg
|
||||
|
||||
data[w].cb = function () update(w) end
|
||||
hooks.timer.register(args.timer or 3, data[w].cb)
|
||||
hooks.timer.register(args.timer or 300, data[w].cb)
|
||||
|
||||
update(w)
|
||||
|
||||
|
|
Loading…
Reference in New Issue