-
Notifications
You must be signed in to change notification settings - Fork 5
Modules: Date and Time
github-actions[bot] edited this page Jan 30, 2025
·
1 revision
These modules are basically identical.
Name: date
Shows the date.
You can override the default settings defined in Module Styling by setting them in this section.
| Option | Description | Data type | Default |
|---|---|---|---|
| icon | the icon to use | String | |
| format | How to format the date. See chrono for the syntax. | String | %a, %d. %b |
Name: time
Shows the time.
You can override the default settings defined in Module Styling by setting them in this section.
| Option | Description | Data type | Default |
|---|---|---|---|
| icon | the icon to use | String | |
| format | How to format the time. See chrono for the syntax. | String | %H:%M |