From ce827561d84729e126f0f5f7162efc6f2d385458 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 28 Feb 2024 16:04:36 -0600 Subject: [PATCH] status --- sway/config | 6 +++--- vim/vimrc | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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!