aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 78f49a5..1c9221c 100644
--- a/init.lua
+++ b/init.lua
@@ -102,9 +102,9 @@ function register(widget, wtype, format, timer, warg)
update(widget, reg)
end
- -- Default to 1s timer
+ -- Default to 2s timer
if reg.timer == nil then
- reg.timer = 1
+ reg.timer = 2
end
-- Register a reg object