diff options
| author | Kyle Javier | 2021-10-05 12:37:48 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-10-05 12:37:48 -0400 |
| commit | ce5de14b3889b955f774cc055be9930913d08058 (patch) | |
| tree | 17b1677e1ad648cbeb9d78440045c331cf08cf88 | |
| parent | 45ffdbd667e051b1eacb76f468c2ae1514a1ee1f (diff) | |
added datetime complication to the textclock widget
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
