You are not logged in.
Hi,
I was able to configure Awesome with one exception: when I change the time format from %H to %l (lower case L in /usr/share/awesome/lib/awful/widget/textclock.lua file) I get an error
"bad argument #1 to 'date' (invalid conversion specifier '%l:%M ' )". Any idea?
Thanks.
Last edited by totolotto (2013-07-06 15:08:44)
Offline
http://www.lua.org/pil/22.1.html
Also don't change the format in the library itself, pass the format as the first argument to awful.widget.textclock in your rc.lua
Offline
Thanks. Also, as I see there is not time format for 12-hour clock without a leading zero (i.e. 5:01 instead of 05:01)?
Offline