From 2b19c159535536be04336009fdec4f39937a811a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 Sep 2016 08:49:18 +0200 Subject: [PATCH 1/1] configure clock widget to show seconds --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- 2.39.2