From 8dcc68347117dd052ea6d8b22f98a0ebd20388cf Mon Sep 17 00:00:00 2001
From: Salt <rehashedsalt@cock.li>
Date: Mon, 5 Nov 2018 16:52:11 -0600
Subject: [PATCH] i3: Great color purge, use i3bar

---
 .config/i3/config       | 64 +++++++----------------------------------
 .config/i3status/config |  3 --
 2 files changed, 10 insertions(+), 57 deletions(-)

diff --git a/.config/i3/config b/.config/i3/config
index c087b932..e215a43c 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -28,29 +28,6 @@ set $w8 8
 ## Cosmetcs
 ###################
 
-# Set up our colors
-# Note: fallbacks are copied from gruvbox-dark
-# Source: https://github.com/morhetz/gruvbox-generalized
-set_from_resource $bg background #282828
-set_from_resource $bgm bg2 #3c3836
-set_from_resource $bg_soft bg3 #32302f
-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 $cyan color6 #689d6a
-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
-set_from_resource $purple2 color13 #d3869b
-set_from_resource $cyan2 color14 #8ec07c
-set_from_resource $fg color15 #ebdbb2
-
 # Set up titlebar and i3bar fonts
 font pango:Roboto 10
 
@@ -78,15 +55,6 @@ no_focus [class="plasmashell"]
 
 focus_on_window_activation none
 
-# Apply colors to i3
-#	<colorclass>			<border>	<backgrd>	<text>		<indicator>	<child_border>
-	client.focused			$blue		$blue		$bg		$bgm		$blue
-	client.focused_inactive		$bgm		$bgm		$blue		$bgm		$bgm
-	client.unfocused		$bgm		$bgm		$fg		$bgm		$bgm
-	client.urgent			$yellow2	$bgm		$yellow2	$yellow		$bgm
-	client.placeholder		$purple2	$bgm		$purple2	$purple		$purple2
-	client.background		$bg
-
 ###################
 ## Keybindings
 ###################
@@ -219,26 +187,14 @@ bindsym $mod+r mode "resize"
 ## Bars
 ###################
 
-#bar {
-#	id bar-primary
-#	position bottom
-#	status_command i3status
-#	tray_output primary
-#
-#	font pango:Inconsolata 10
-#	# This looks dumb, but it makes the separators one character wide
-#	separator_symbol "|"
-#
-#	colors {
-#		background $bg
-#		statusline $fg
-#		separator $bgm
-#
-#		focused_workspace $bg $bg $blue
-#		active_workspace $bg $bg $bgm
-#		inactive_workspace $bg $bg $fg
-#		urgent_workspace $bg $bg $yellow
-#		binding_mode $bg $bg $fg
-#	}
-#}
+bar {
+	id bar-primary
+	position bottom
+	status_command i3status
+	tray_output primary
+
+	font pango:Inconsolata 10
+	# This looks dumb, but it makes the separators one character wide
+	separator_symbol "|"
+}
 
diff --git a/.config/i3status/config b/.config/i3status/config
index 18e1c765..f2879b19 100644
--- a/.config/i3status/config
+++ b/.config/i3status/config
@@ -1,8 +1,5 @@
 general {
 	colors = true
-	color_good = "#b8bb26"
-	color_degraded = "#fabd2f"
-	color_bad = "#fb4934"
 	interval = 1
 }