Fix wrong color in qtile.
This commit is contained in:
parent
bcb652615c
commit
8ea59c3385
@ -209,7 +209,7 @@ floating_layout = layout.Floating(
|
||||
*layout.Floating.default_float_rules,
|
||||
Match(wm_class='Authenticator'),
|
||||
],
|
||||
border_focus='#f005577',
|
||||
border_focus='#005577',
|
||||
border_normal="#272822",
|
||||
border_width=2,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user