Skip to content

Widgets Clock

prankstr edited this page Mar 13, 2026 · 3 revisions

Clock

Date and time display with calendar popover.

Options

Option Type Default Description
format string "%a %d %H:%M" strftime format
show_week_numbers bool false Show week numbers in calendar
background_color string Custom background color (hex)

Format examples: "%H:%M"14:30, "%I:%M %p"02:30 PM. See strftime.org.

Styling

Bar Widget

Class Description
.clock Widget container
.clock-label Time label

Popover

Class Description
.clock-popover Calendar popover container
.show-today Added when viewing the current month (highlights today)
.week-number-header Week number column header label

Clone this wiki locally