X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/205803aee0f63e0b0e86640116742b8c3daba88d..2b19c159535536be04336009fdec4f39937a811a:/.config/awesome/rc.lua diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 282a2fc..66f5d4b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -120,7 +120,7 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- {{{ Wibox -- Create a textclock widget -mytextclock = wibox.widget.textclock() +mytextclock = wibox.widget.textclock("%a %d %b %H:%M:%S", 1) -- Create a wibox for each screen and add it mywibox = {}