asked about this on the irc
mytextclock = awful.widget.textclock({ align = "right"}, " %a %b %d,
%H:%M:%S", 10 })is what you want! - Zhurai / Brandon Fu On Sat, Oct 24, 2009 at 7:32 PM, Raphael Scholer <[email protected]>wrote: > mytextclock = awful.widget.textclock({ align = "right", \ > format = " %a %b %d, %H:%M:%S", timeout = 10 }) >
