Merge branch 'master' of ssh://git.betalupi.com:33/Mark/awesomewm
commit
90804f75bb
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue