Fixed textclock font

master
Mark 2023-08-22 22:00:17 -07:00
parent 45c0c935a8
commit 84cfee9afa
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ textclock.widget = wibox.widget {
forced_width = beautiful.dpi(3) forced_width = beautiful.dpi(3)
}, },
wibox.widget { wibox.widget {
wibox.widget.textclock("%m/%d"), wibox.widget.textclock("<span font=\"" .. config.core.font.normal .. "\">%m/%d</span>"),
wibox.widget.textclock("%I:%M", 60), wibox.widget.textclock("<span font=\"" .. config.core.font.normal .. "\">%I:%M</span>", 60),
-- Long format: -- Long format:
-- wibox.widget.textclock("%m/%d/%y"), -- wibox.widget.textclock("%m/%d/%y"),