From 7fc9a76029c0bfe60ef1efd642a0e757262423bd Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 2 Mar 2021 08:36:53 +0100 Subject: [PATCH] Change color of focused window --- arch-config/.config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.config/i3/config b/arch-config/.config/i3/config index 749356ab..b5737567 100755 --- a/arch-config/.config/i3/config +++ b/arch-config/.config/i3/config @@ -790,7 +790,7 @@ exec_always --no-startup-id picom -b --config ~/.config/i3/picom.conf # class border backgr. text indicator client.placeholder #663361 #33022f #eeeeee client.background #663361 #33022f #eeeeee -client.focused #663361 #33022f #eeeeee #33022f +client.focused #663361 #663361 #eeeeee #33022f client.unfocused #663361 #33022f #eeeeee #33022f client.focused_inactive #663361 #33022f #eeeeee #33022f client.urgent #663361 #33022f #eeeeee #33022f