Skip to content
Piotr Miller edited this page Feb 2, 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.
"css-name" string "clock" Optional name for use in the css file.
"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 down.
Clone this wiki locally