-
-
Notifications
You must be signed in to change notification settings - Fork 45
modules: Clock
Piotr Miller edited this page Feb 1, 2021
·
9 revisions
The Clock module displays a label to show the date
command output in the format of your choice. You may also attach mouse event commands same as in the case of the Executor module.
key | value | default | description |
---|---|---|---|
"format " | string | "%a, %d. %b %H:%M:%S" | Format to use with the date command output. |
"interval" | int | 1 | How often to execute the date command. |
"tooltip-text" | string | "" | Optional label to show when the pointer hovers the clock. |
"on-left-click" | string | "" | Command to execute on mouse left click. |
"on-middle-click" | string | "" | Command to execute on mouse middle click. |
"on-right-click" | string | "" | Command to execute on mouse right click. |
"on-scroll-up" | string | "" | Command to execute on mouse scroll up. |
"on-scroll-down" | string | "" | Command to execute on mouse scroll up. |