aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2020-09-28 22:35:15 +0200
committerMateja <mail@matejamaric.com>2020-09-28 22:35:15 +0200
commit31f98ff00104e7d4e2353b8efdd662b85215fa28 (patch)
tree72c3731d707ce33707ec312b95ed8fb192e60134
parent9379929de0f4c9992532d5a3ff198302a8b11b8f (diff)
downloaddotfiles-31f98ff00104e7d4e2353b8efdd662b85215fa28.tar.gz
dotfiles-31f98ff00104e7d4e2353b8efdd662b85215fa28.zip
qtile change focus color
-rw-r--r--.config/qtile/config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index f0ba0ea..f161764 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -86,10 +86,10 @@ for i in groups:
])
layouts = [
- layout.MonadTall(),
- layout.MonadWide(),
- layout.Max(),
- layout.Floating(),
+ layout.MonadTall(border_focus='81a1ca'),
+ layout.MonadWide(border_focus='81a1ca'),
+ layout.Max(border_focus='81a1ca'),
+ layout.Floating(border_focus='81a1ca'),
]
widget_defaults = dict(