From: martin f. krafft Date: Sat, 10 Sep 2016 06:49:18 +0000 (+0200) Subject: configure clock widget to show seconds X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/2b19c159535536be04336009fdec4f39937a811a?hp=205803aee0f63e0b0e86640116742b8c3daba88d configure clock widget to show seconds --- 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 = {}