| 64 | clock: int = 0 |
| 65 | |
| 66 | class ModuleOptions(OptionsGroup): |
| 67 | show_date: bool = True |
| 68 | day_month_swapped: bool = False |
| 69 | military_time: bool = False |
| 70 | recording_indicator: str = "recording" |
| 71 | workspaces_style: str = "numbers" |
| 72 | fixed_workspaces_enabled: bool = True |
| 73 | fixed_workspaces_amount: int = 5 |
| 74 | |
| 75 | location = Locations() |
| 76 | visibility = Visibility() |