From d1dc02920f4df22ba9eb2fe85902f4ac26c2452b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 14 Apr 2025 18:36:43 -0500 Subject: fix textclock and font --- bar.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bar.lua') 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, -- cgit v1.2.3