diff options
Diffstat (limited to 'bar.lua')
-rw-r--r-- | bar.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,9 +32,10 @@ local widgets = { buttons = taglist_buttons, } end, tasklist = tasklist, - textclock = wibox.widget.textclock { + textclock = wibox.widget { format = "%A, %B %-e, %-I:%M %p", font = beautiful.textclock_font, + widget = wibox.widget.textclock, }, cpu = { layout = wibox.layout.fixed.horizontal, |