diff --git a/lib/telak.lua.in b/lib/telak.lua.in index 255bb213..af11b83f 100644 --- a/lib/telak.lua.in +++ b/lib/telak.lua.in @@ -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)