diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index dc065603..89d26f60 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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 = {}