Skip to content

Modules: Date and Time

github-actions[bot] edited this page Jan 30, 2025 · 1 revision

Date and time modules

These modules are basically identical.

Date

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

Time

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

Clone this wiki locally