added seconds to clock widget
This commit is contained in:
parent
073332ea16
commit
79e517a7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ
|
||||||
|
|
||||||
-- {{{ Wibox
|
-- {{{ Wibox
|
||||||
-- Create a textclock widget
|
-- 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
|
-- Create a wibox for each screen and add it
|
||||||
mywibox = {}
|
mywibox = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue