summaryrefslogtreecommitdiff
path: root/bar.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bar.lua')
-rw-r--r--bar.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/bar.lua b/bar.lua
index b038bd2..7e13d72 100644
--- a/bar.lua
+++ b/bar.lua
@@ -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,