From 566c2dc7781d9d252111bdad77bf2659365517b7 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Thu, 6 Apr 2017 09:19:09 +0200
Subject: Add i3 conf

---
 i3/.config/i3/config  | 16 ++++++++--------
 i3/.config/i3/what.sh |  1 +
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index c475300..73b7c39 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -9,8 +9,8 @@
 
 ### THEME ###
 
-set $FOCUS #2B2B2B
-set $UNFOCUS #2B2B2B
+set $FOCUS #212121
+set $UNFOCUS #212121
 
 # Layout colors 	    bord 	bg 		text    indicator (split)
 client.focused 			$FOCUS $FOCUS $FOCUS $FOCUS
@@ -56,7 +56,7 @@ set $AltKey Mod1
 
 # help command
 
-bindsym $AltKey+h exec urxvt -name floatme --background "#31363B" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh
+bindsym $AltKey+h exec urxvt -name floatme --background "#212121" -cursorColor "#212121" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh
 
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
@@ -315,12 +315,12 @@ bindsym $WinKey+r mode "resize"
 bar {
         #status_command i3blocks
         colors {
-          background #2B2B2B
+          background #212121
           statusline #038F82
-          inactive_workspace #31363B #31363B #038F82
-          active_workspace #525c67 #31363B #038F82
-          focused_workspace #038F82 #31363B #038F82
-          urgent_worKspace #038F82 #038F82 #31363B
+          inactive_workspace #212121 #212121 #038F82
+          active_workspace #212121 #212121 #038F82
+          focused_workspace #038F82 #212121 #038F82
+          urgent_worKspace #038F82 #038F82 #212121
         }
 		status_command python ~/.config/i3pystatus/conf.py
 }
diff --git a/i3/.config/i3/what.sh b/i3/.config/i3/what.sh
index 2055f70..c880228 100755
--- a/i3/.config/i3/what.sh
+++ b/i3/.config/i3/what.sh
@@ -1,6 +1,7 @@
 key='h'
 while [[ $key != 'q' ]]
 do
+  
 echo ""
 echo "╓───────────────────────[ Map ]─[ i3 ]"
 echo "╙──────────────────────────────────────────────────────── ─ ─"
-- 
cgit v1.2.1