Fix wrong color in qtile.
This commit is contained in:
parent
bcb652615c
commit
8ea59c3385
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ floating_layout = layout.Floating(
|
||||||
*layout.Floating.default_float_rules,
|
*layout.Floating.default_float_rules,
|
||||||
Match(wm_class='Authenticator'),
|
Match(wm_class='Authenticator'),
|
||||||
],
|
],
|
||||||
border_focus='#f005577',
|
border_focus='#005577',
|
||||||
border_normal="#272822",
|
border_normal="#272822",
|
||||||
border_width=2,
|
border_width=2,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue