diff --git a/sway/config b/sway/config index e62a0fa..af2241a 100644 --- a/sway/config +++ b/sway/config @@ -141,10 +141,10 @@ bar { tray_padding 4 colors { - background #121212 - statusline $col_ac + background #12121200 + statusline #ebdbb2 focused_workspace $col_fg $col_fg $col_bg - inactive_workspace $col_bg $col_bg $col_ac + inactive_workspace #12121200 #12121200 #ebdbb2 } } diff --git a/vim/vimrc b/vim/vimrc index c0fdbdb..e10c1cf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -84,7 +84,8 @@ function OpenTerminal() if bufType == "terminal" execute "q" else - execute "vsp term://bash" + execute "bot sp term://bash" + execute "resize -8" execute "set nonu" execute "set nornu" silent au BufLeave stopinsert!