summaryrefslogtreecommitdiff
path: root/calendar-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-04-21 10:47:34 -0400
committerGitHub <noreply@github.com>2021-04-21 10:47:34 -0400
commit24ec325363f7885183a0e9838536e9775b0d6bcd (patch)
tree0193fd7d5c9cc1a96596ac134a515dbd575f18ea /calendar-widget
parent323e032c3b59bea7654849071ef074289213a49b (diff)
parent2d13d012031ba82f3c8b0f9e4f1e950338522567 (diff)
Merge pull request #253 from nuno-silva/fixes
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)