diff options
author | neodarz <neodarz@neodarz.net> | 2017-04-04 11:21:12 +0000 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-04-04 11:21:12 +0000 |
commit | c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b (patch) | |
tree | 4c7f059e7d2ea277fd9080123561ced7a06cc8a7 /i3 | |
parent | 1361c93f4fc25f777dada92803190ade737e8224 (diff) | |
download | dotfiles_ascii-c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b.tar.xz dotfiles_ascii-c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b.zip |
Mouve i3 / i3pystatus conf
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config (renamed from i3/config) | 52 | ||||
-rwxr-xr-x | i3/.config/i3/what.sh (renamed from i3/what.sh) | 0 |
2 files changed, 26 insertions, 26 deletions
diff --git a/i3/config b/i3/.config/i3/config index ae06402..c475300 100644 --- a/i3/config +++ b/i3/.config/i3/config @@ -9,8 +9,8 @@ ### THEME ### -set $FOCUS #31363B -set $UNFOCUS #31363B +set $FOCUS #2B2B2B +set $UNFOCUS #2B2B2B # Layout colors bord bg text indicator (split) client.focused $FOCUS $FOCUS $FOCUS $FOCUS @@ -21,29 +21,29 @@ client.background $UNFOCUS ### Borders ### -new_window pixel 4 -new_float pixel 4 +#new_window pixel 4 +#new_float pixel 4 -for_window [class="^.*"] border pixel 1 +#for_window [class="^.*"] border pixel 1 focus_follows_mouse no ### Gaps ### -set $default_gaps_inner 12 -set $default_gaps_outer 0 -gaps inner $default_gaps_inner -gaps outer $default_gaps_outer - -set $ws1 I -set $ws2 II -set $ws3 III -set $ws4 IV -set $ws5 V -set $ws6 VI -set $ws7 VII -set $ws8 VIII -set $ws9 IX -set $ws10 X +#set $default_gaps_inner 12 +#set $default_gaps_outer 0 +#gaps inner $default_gaps_inner +#gaps outer $default_gaps_outer + +#set $ws1 I +#set $ws2 II +#set $ws3 III +#set $ws4 IV +#set $ws5 V +#set $ws6 VI +#set $ws7 VII +#set $ws8 VIII +#set $ws9 IX +#set $ws10 X # @@ -315,12 +315,12 @@ bindsym $WinKey+r mode "resize" bar { #status_command i3blocks colors { - background #31363B - statusline #138491 - inactive_workspace #31363B #31363B #138491 - active_workspace #525c67 #31363B #138491 - focused_workspace #138491 #31363B #138491 - urgent_worKspace #138491 #138491 #31363B + background #2B2B2B + statusline #038F82 + inactive_workspace #31363B #31363B #038F82 + active_workspace #525c67 #31363B #038F82 + focused_workspace #038F82 #31363B #038F82 + urgent_worKspace #038F82 #038F82 #31363B } status_command python ~/.config/i3pystatus/conf.py } diff --git a/i3/what.sh b/i3/.config/i3/what.sh index 2055f70..2055f70 100755 --- a/i3/what.sh +++ b/i3/.config/i3/what.sh |