diff options
Diffstat (limited to 'awesome/rc.lua')
| -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( |
