From ce5de14b3889b955f774cc055be9930913d08058 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Tue, 5 Oct 2021 12:37:48 -0400 Subject: added datetime complication to the textclock widget --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index e0e6302..7151e06 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -127,7 +127,7 @@ mykeyboardlayout = awful.widget.keyboardlayout() -- {{{ Wibar -- Create a textclock widget -mytextclock = wibox.widget.textclock() +mytextclock = wibox.widget.textclock(" %m/%d (%a) %H%M ") -- Create a wibox for each screen and add it local taglist_buttons = gears.table.join( -- cgit v1.2.3