You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`label`| string |`'\uf017 {%H:%M:%S}'`| The format string for the clock. You can use placeholders like `{%H:%M:%S}` to dynamically insert time information. |
6
-
|`label_alt`| string |`'\uf017 {%d-%m-%y %H:%M:%S}'`| The alternative format string for the clock. Useful for displaying additional time details. |
7
-
|`tooltip`| boolean |`True`| Whether to show the tooltip on hover. |
8
-
|`locale`| string |`""`| The locale to use for the clock. If not specified, it defaults to an empty string. |
9
-
|`update_interval`| integer |`1000`| The interval in milliseconds to update the clock. Must be between 0 and 60000. |
10
-
|`timezones`| list |`[]`| A list of timezones to cycle through. Each timezone should be a valid timezone string. |
11
-
|`callbacks`| dict |`{'on_left': 'toggle_label', 'on_middle': 'do_nothing', 'on_right': 'next_timezone'}`| Callbacks for mouse events on the clock widget. |
12
-
|`animation`| dict |`{'enabled': True, 'type': 'fadeInOut', 'duration': 200}`| Animation settings for the widget. |
|`label`| string |`'\uf017 {%H:%M:%S}'`| The format string for the clock. You can use placeholders like `{%H:%M:%S}` to dynamically insert time information. |
6
+
|`label_alt`| string |`'\uf017 {%d-%m-%y %H:%M:%S}'`| The alternative format string for the clock. Useful for displaying additional time details.|
7
+
|`tooltip`| boolean |`True`| Whether to show the tooltip on hover.|
8
+
|`locale`| string |`""`| The locale to use for the clock. If not specified, it defaults to an empty string.|
9
+
|`update_interval`| integer |`1000`| The interval in milliseconds to update the clock. Must be between 0 and 60000.|
10
+
|`timezones`| list |`[]`| A list of timezones to cycle through. Each timezone should be a valid timezone string.|
11
+
|`callbacks`| dict |`{'on_left': 'toggle_label', 'on_middle': 'do_nothing', 'on_right': 'next_timezone'}`| Callbacks for mouse events on the clock widget.|
12
+
|`animation`| dict |`{'enabled': True, 'type': 'fadeInOut', 'duration': 200}`| Animation settings for the widget.|
0 commit comments