diff options
author | neodarz <neodarz@neodarz.net> | 2017-04-06 09:19:09 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-04-06 09:19:09 +0200 |
commit | 566c2dc7781d9d252111bdad77bf2659365517b7 (patch) | |
tree | bb3db543efddba66c243bb2fb0387ea85227975d /i3 | |
parent | 61642fdfaab05ce8352818c1bf73ac565bca3371 (diff) | |
download | dotfiles_ascii-566c2dc7781d9d252111bdad77bf2659365517b7.tar.xz dotfiles_ascii-566c2dc7781d9d252111bdad77bf2659365517b7.zip |
Add i3 conf
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 16 | ||||
-rwxr-xr-x | 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 "╙──────────────────────────────────────────────────────── ─ ─" |