From 65fad903d5a4650dfc5b86eb2f9a1167d34163de Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sun, 4 Oct 2009 00:04:03 +0200 Subject: rc.lua: no day padding in date --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') 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))) -- cgit v1.2.3