summaryrefslogtreecommitdiff
path: root/calendar-widget
diff options
context:
space:
mode:
authorNuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>2021-04-15 21:29:19 +0100
committerNuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt>2021-04-15 21:29:19 +0100
commit2d13d012031ba82f3c8b0f9e4f1e950338522567 (patch)
tree7d06a572769598f555296c2313cf4df5a6f67acb /calendar-widget
parent7ea3eec17924a814ec3109958ba9d2db50e87ffd (diff)
minor fixes
Diffstat (limited to 'calendar-widget')
-rw-r--r--calendar-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar-widget/README.md b/calendar-widget/README.md
index 77b8fe7..3d878bf 100644
--- a/calendar-widget/README.md
+++ b/calendar-widget/README.md
@@ -45,8 +45,8 @@ local cw = calendar_widget()
-- or customized
local cw = calendar_widget({
theme = 'outrun',
- placement = 'bottom_right'
- radius = 8
+ placement = 'bottom_right',
+ radius = 8,
})
mytextclock:connect_signal("button::press",
function(_, _, _, button)