From aee072c7bf616254201c2792f6f912173fe9ecf0 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Wed, 18 Sep 2019 14:26:40 -0400 Subject: [PATCH] Gaps and gaps theming --- i3/shared.conf | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/i3/shared.conf b/i3/shared.conf index 62de67d..94e9752 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -64,6 +64,12 @@ bindsym $mod+space focus mode_toggle # focus the parent container bindsym $mod+a focus parent +# Gaps +gaps inner 8 +gaps outer 2 +smart_borders on +smart_borders no_gaps + # Define names for default workspaces set $ws1 "1" set $ws2 "2" @@ -148,16 +154,16 @@ bindsym $mod+r mode "resize" exec --no-startup-id sh ~/.config/scripts/connect-nas.sh # class border backgr. text indicator child_border -client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000 -client.focused_inactive #212121 #212121 #ffffff #000000 #000000 -client.unfocused #212121 #212121 #212121 #212121 #212121 -client.urgent #212121 #900000 #ffffff #900000 #900000 -client.placeholder #000000 #000000 #ffffff #000000 #0c0c0c +client.focused #E91E63 #E91E63 #E91E63 #E91E63 #E91E63 +client.focused_inactive #0288D1 #0288D1 #0288D1 #0288D1 #0288D1 +client.unfocused #0288D1 #0288D1 #0288D1 #0288D1 #0288D1 +client.urgent #0288D1 #0288D1 #0288D1 #0288D1 #0288D1 +client.placeholder #0288D1 #0288D1 #0288D1 #0288D1 #0288D1 -client.background #ffffff +client.background #0288D1 # Removes border and title bar -for_window [class="^.*"] border pixel 1 +for_window [class="^.*"] border pixel 2 new_window 1pixel #new_window normal 0 px