From 2dde14b6c7ac2352fbd9a359ab71e3e074b18a9a Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 27 May 2022 00:32:38 -0400 Subject: [PATCH] Gaps --- sway/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sway/config b/sway/config index aa06f1183..1eff4aa5b 100755 --- a/sway/config +++ b/sway/config @@ -58,14 +58,14 @@ bar bar-1 { } # gaps -gaps inner 3 -gaps outer 1 +gaps inner 10 +gaps outer 0 # Color definitions include $HOME/.dotfiles/sway/colorscheme # Assign colors to elements (TODO: actually name the colors for better readability) -client.background $base00 +client.background $base07 # Property Name Border BG Text Indicator Child Border client.focused $base05 $base0D $base00 $base0D $base0D client.focused_inactive $base01 $base01 $base05 $base03 $base01 @@ -74,7 +74,6 @@ client.urgent $base08 $base08 $base00 $base08 $base08 # Feature request placed for this, but it does not exist as of 1.7 #client.sticky $base08 $base08 $base00 $base08 $base08 client.placeholder $base00 $base00 $base05 $base00 $base00 -client.background $base07 ################################################################################ # Bindings