label: The format string for the clock. You can use placeholders like {%H:%M:%S} to dynamically insert time information.
label_alt: The alternative format string for the clock. Useful for displaying additional time details.
tooltip: Whether to show the tooltip on hover.
brightness_icons: A list of icons representing different brightness levels. The icons are used based on the current brightness percentage.
hide_unsupported: Whether to hide the widget if the current system does not support brightness control.
brightness_toggle_level: The brightness level to set when the widget is clicked.
brightness_menu: A dictionary specifying the menu settings for the widget. It contains the following keys:
blur: Enable blur effect for the menu.
round_corners: Enable round corners for the menu (this option is not supported on Windows 10).
round_corners_type: Set the type of round corners for the menu (normal, small) (this option is not supported on Windows 10).
border_color: Set the border color for the menu (this option is not supported on Windows 10).
alignment: Set the alignment of the menu (left, right).
direction: Set the direction of the menu (up, down).
offset_top: Set the top offset of the menu.
offset_left: Set the left offset of the menu.
auto_light: Whether to automatically adjust the brightness icon based on the current brightness level.
auto_light_icon: The icon to use when the auto_light option is enabled.
auto_light_night_level: The brightness level at which the widget switches to the night.
auto_light_day_level: The brightness level at which the widget switches to the day.
auto_light_night_start_time: The time at which the night starts.
auto_light_night_end_time: The time at which the night ends.
callbacks: Callbacks for mouse events on the clock widget. can be toggle_brightness_menu, toggle_label, toggle_level_next, toggle_level_prev, do_nothing.
container_padding: Explicitly set padding inside widget container.
animation: A dictionary specifying the animation settings for the widget. It contains three keys: enabled, type, and duration. The type can be fadeInOut and the duration is the animation duration in milliseconds.