-
Notifications
You must be signed in to change notification settings - Fork 5
Widgets Clock
prankstr edited this page Mar 13, 2026
·
3 revisions
Date and time display with calendar popover.
| 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.
| Class | Description |
|---|---|
.clock |
Widget container |
.clock-label |
Time label |
| 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 |