Merge branch 'master' of ssh://git.betalupi.com:33/Mark/awesomewm

master
mark 2023-08-23 08:10:11 -07:00
commit 90804f75bb
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"),