diff options
author | neodarz <neodarz@neodarz.net> | 2018-03-30 09:46:27 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-03-30 09:46:27 +0200 |
commit | 5e779a5f9e9e6f1a4969f05e8c8773c68e3f3e35 (patch) | |
tree | f461dbb2acc917f5007aabed52f17ff926d41522 /i3 | |
parent | f2c1578df2e77d2892c8ffe8fda1d9e5a974cc2c (diff) | |
download | dotfiles_ascii-5e779a5f9e9e6f1a4969f05e8c8773c68e3f3e35.tar.xz dotfiles_ascii-5e779a5f9e9e6f1a4969f05e8c8773c68e3f3e35.zip |
Update i3 theme
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0bd2999..3022be5 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -9,22 +9,22 @@ ### THEME ### -set $FOCUS #000000 +set $FOCUS #ffffff set $UNFOCUS #000000 # Layout colors bord bg text indicator (split) -client.focused $FOCUS $FOCUS $FOCUS $FOCUS +client.focused $FOCUS $FOCUS $UNFOCUS $FOCUS client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS -client.unfocused $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS -client.urgent $FOCUS $FOCUS $FOCUS $FOCUS +client.unfocused $UNFOCUS $UNFOCUS $FOCUS $UNFOCUS +client.urgent $FOCUS $UNFOCUS $FOCUS $FOCUS 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 0 focus_follows_mouse no |