diff options
author | Tim Keller <tjkeller.xyz> | 2025-04-14 18:36:43 -0500 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-04-14 18:36:43 -0500 |
commit | d1dc02920f4df22ba9eb2fe85902f4ac26c2452b (patch) | |
tree | 117b2b1842271221c593f314a31f00c3acfdb182 /bar.lua | |
parent | b779d7a1ec0182f712ac8a27232c13ba35abdbaf (diff) | |
download | awesome-d1dc02920f4df22ba9eb2fe85902f4ac26c2452b.tar.xz awesome-d1dc02920f4df22ba9eb2fe85902f4ac26c2452b.zip |
fix textclock and font
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, |