Fix urgency + change highlight method.

This commit is contained in:
Bartek Stalewski 2023-09-30 01:06:25 +02:00
parent 05c067a6fe
commit dd02538bd7

View File

@ -140,10 +140,11 @@ screens = [
active='#feffff',
disable_drag=True,
fontsize=18,
highlight_method='block',
highlight_color='#272822',
highlight_method='line',
rounded=False,
this_current_screen_border='#005577',
urgent_alert_method='block',
urgent_alert_method='line',
urgent_border='#770000',
),
widget.Prompt(
@ -221,5 +222,5 @@ floating_layout = layout.Floating(
border_width=5,
)
focus_on_window_activation = "never"
focus_on_window_activation = "urgent"
wmname = "qtile"