| 54 | launcher: bool = False |
| 55 | |
| 56 | class BarID(OptionsGroup): |
| 57 | launcher: int = 0 |
| 58 | window_info: int = 0 |
| 59 | media: int = 0 |
| 60 | workspaces: int = 0 |
| 61 | tasks: int = 0 |
| 62 | recording_indicator: int = 0 |
| 63 | systeminfotray: int = 0 |
| 64 | clock: int = 0 |
| 65 | |
| 66 | class ModuleOptions(OptionsGroup): |
| 67 | show_date: bool = True |