| 44 | clock: int = 2 |
| 45 | |
| 46 | class Visibility(OptionsGroup): |
| 47 | window_info: bool = True |
| 48 | media: bool = True |
| 49 | workspaces: bool = True |
| 50 | recording_indicator: bool = True |
| 51 | systeminfotray: bool = True |
| 52 | clock: bool = True |
| 53 | tasks: bool = False |
| 54 | launcher: bool = False |
| 55 | |
| 56 | class BarID(OptionsGroup): |
| 57 | launcher: int = 0 |