From 82ba588faf127f8e5053a1fbf22f133934343830 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 14:12:09 +0200 Subject: [PATCH] Colour i3's frames --- i3/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/i3/config b/i3/config index 14261f0..8effb4d 100644 --- a/i3/config +++ b/i3/config @@ -252,5 +252,14 @@ exec_always --no-startup-id notify-send -t 1500 -a 'i3' "i3 started" for_window [class="Tor Browser"] floating enable for_window [class="org-openstreetmap-josm-gui-MainApplication" instance="sun-awt-X11-XDialogPeer"] floating disable +# class border backgr. text indicator child_border +client.focused #293123 #293123 #ffffff #2ef49e #285577 +client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a +client.unfocused #000000 #000000 #888888 #292d2e #000000 +client.urgent #2f343a #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c + +client.background #ffffff + # vim: set ft=i3 noet foldmethod=marker :