Disable switching the group when clicked/scrolled.

This commit is contained in:
Bartek Stalewski 2023-09-30 01:16:35 +02:00
parent dd02538bd7
commit 15da765132

View File

@ -142,10 +142,12 @@ screens = [
fontsize=18, fontsize=18,
highlight_color='#272822', highlight_color='#272822',
highlight_method='line', highlight_method='line',
mouse_callbacks={"Button1": lambda: None},
rounded=False, rounded=False,
this_current_screen_border='#005577', this_current_screen_border='#005577',
urgent_alert_method='line', urgent_alert_method='line',
urgent_border='#770000', urgent_border='#770000',
use_mouse_wheel=False,
), ),
widget.Prompt( widget.Prompt(
bell_style=None, bell_style=None,