summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 6e30b55..64c2405 100644
--- a/rc.lua
+++ b/rc.lua
@@ -299,7 +299,7 @@ dateicon.image = image(beautiful.widget_date)
-- Initialize widget
datewidget = widget({ type = "textbox", name = "datewidget" })
-- Register widget
-vicious.register(datewidget, vicious.widgets.date, "%b %e, %R", 61)
+vicious.register(datewidget, vicious.widgets.date, "%b %d, %R", 61)
-- Register buttons
datewidget:buttons(awful.util.table.join(
awful.button({ }, 1, function () awful.util.spawn("pylendar.py", false) end)))