From d3e63dba9330df818f08af30ae6ba3852a8f1fbe Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Wed, 13 Nov 2024 11:29:40 +0700 Subject: [PATCH] qtile: Change border colors --- .config/qtile/config.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 3652002..8a82343 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -314,7 +314,10 @@ for i in groups: layouts = [ layout.Max(), - layout.Columns(border_focus_stack=["#d75f5f", "#8f3d3d"], border_width=4), + layout.Columns( + border_focus=["#999999"], + border_width=1 + ), # Try more layouts by unleashing below layouts. # layout.Stack(num_stacks=2), # layout.Bsp(),