From a6efc6c43d445b025a1373f77a2e6fe3a2cc8194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 22:28:21 +0200 Subject: [PATCH] i3: Draw faint border around inactive headers --- i3/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config.j2 b/i3/config.j2 index 3db0396..c7aa322 100644 --- a/i3/config.j2 +++ b/i3/config.j2 @@ -321,7 +321,7 @@ assign [class="^Wine$"] $workspace10 # class border backgr. text indicator client.focused #e5b567 #e5b567 #000000 #FF0000 client.focused_inactive #272822 #5f676a #ffffff #484e50 -client.unfocused #272822 #272822 #cccccc #292d2e +client.unfocused #1C1C1C #272822 #cccccc #292d2e client.urgent #272822 #900000 #ffffff #900000 ################################################################################