From ce853e3b593c5924298fca017c241260e64e2e68 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Wed, 6 Oct 2021 06:14:34 -0500 Subject: [PATCH] clean up colors --- nixos/i3/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nixos/i3/default.nix b/nixos/i3/default.nix index 8a1e34d..7c182d8 100644 --- a/nixos/i3/default.nix +++ b/nixos/i3/default.nix @@ -197,12 +197,17 @@ assign [class="browser"] 2 # i3-gaps: https://github.com/Airblader/i3 - for_window [class=".*"] border pixel 2 + for_window [class=".*"] border pixel 1 gaps inner 10 smart_gaps on smart_borders on hide_edge_borders smart_no_gaps + # class border backgr. text indic. child + client.focused #342C2A #285577 #FFFFFF #FFF191 #342C2A + client.focused_inactive #342C2A #285577 #FFFFFF #FFF191 #342C2A + client.unfocused #342C2A #222222 #888888 #342C2A #342C2A + # restore background exec --no-startup-id ${pkgs.nitrogen}/bin/nitrogen --restore '';