From 79e517a7bff22340d02ba18e78a049fdf6022b57 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 29 Jun 2015 05:03:51 +0200 Subject: [PATCH] added seconds to clock widget --- .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 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 = {}