added seconds to clock widget

This commit is contained in:
Johannes Findeisen 2015-06-29 05:03:51 +02:00
commit 79e517a7bf

View file

@ -185,7 +185,7 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ
-- {{{ Wibox
-- Create a textclock widget
mytextclock = awful.widget.textclock()
mytextclock = awful.widget.textclock("%a %b %d, %H:%M:%S ", 1)
-- Create a wibox for each screen and add it
mywibox = {}