Fix urgency + change highlight method.
This commit is contained in:
parent
05c067a6fe
commit
dd02538bd7
1 changed files with 4 additions and 3 deletions
|
@ -140,10 +140,11 @@ screens = [
|
||||||
active='#feffff',
|
active='#feffff',
|
||||||
disable_drag=True,
|
disable_drag=True,
|
||||||
fontsize=18,
|
fontsize=18,
|
||||||
highlight_method='block',
|
highlight_color='#272822',
|
||||||
|
highlight_method='line',
|
||||||
rounded=False,
|
rounded=False,
|
||||||
this_current_screen_border='#005577',
|
this_current_screen_border='#005577',
|
||||||
urgent_alert_method='block',
|
urgent_alert_method='line',
|
||||||
urgent_border='#770000',
|
urgent_border='#770000',
|
||||||
),
|
),
|
||||||
widget.Prompt(
|
widget.Prompt(
|
||||||
|
@ -221,5 +222,5 @@ floating_layout = layout.Floating(
|
||||||
border_width=5,
|
border_width=5,
|
||||||
)
|
)
|
||||||
|
|
||||||
focus_on_window_activation = "never"
|
focus_on_window_activation = "urgent"
|
||||||
wmname = "qtile"
|
wmname = "qtile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue