0-width default gaps, changed i3 border size and focus color
This commit is contained in:
		@@ -7,10 +7,10 @@
 | 
			
		||||
###################
 | 
			
		||||
 | 
			
		||||
# Titlebar and borders
 | 
			
		||||
new_window pixel 2
 | 
			
		||||
new_window pixel 1
 | 
			
		||||
 | 
			
		||||
# i3-gaps configs
 | 
			
		||||
gaps inner 5
 | 
			
		||||
gaps inner 0
 | 
			
		||||
gaps outer 0
 | 
			
		||||
 | 
			
		||||
# Set up our colors
 | 
			
		||||
@@ -18,12 +18,14 @@ gaps outer 0
 | 
			
		||||
# Source: https://github.com/morhetz/gruvbox-generalized
 | 
			
		||||
set_from_resource $bg background #1d2021
 | 
			
		||||
set_from_resource $black color0 #282828
 | 
			
		||||
set_from_resource $red color1 #cc241d
 | 
			
		||||
set_from_resource $green color2 #98971a
 | 
			
		||||
set_from_resource $yellow color3 #d79921
 | 
			
		||||
set_from_resource $blue color4 #458588
 | 
			
		||||
set_from_resource $purple color5 #b16286
 | 
			
		||||
set_from_resource $gray color7 #a89984
 | 
			
		||||
set_from_resource $gray2 color8 #928374
 | 
			
		||||
set_from_resource $red2 color9 #fb4934
 | 
			
		||||
set_from_resource $green2 color10 #b8bb26
 | 
			
		||||
set_from_resource $yellow2 color11 #fabd2f
 | 
			
		||||
set_from_resource $blue2 color12 #83a598
 | 
			
		||||
@@ -32,7 +34,7 @@ set_from_resource $fg color15 #ebdbb2
 | 
			
		||||
 | 
			
		||||
# Apply colors to i3
 | 
			
		||||
#	<colorclass>			<border>	<backgrd>	<text>		<indicator>	<child_border>
 | 
			
		||||
	client.focused			$blue		$bg 		$fg		$green2		$blue
 | 
			
		||||
	client.focused			$blue		$bg 		$fg		$green2		$fg
 | 
			
		||||
	client.focused_inactive		$bg		$bg		$gray2		$green		$bg
 | 
			
		||||
	client.unfocused		$bg		$bg		$gray2		$green		$bg
 | 
			
		||||
	client.urgent			$bg		$bg		$yellow2	$yellow		$bg
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user