This commit is contained in:
tavo-wasd 2024-02-28 16:04:36 -06:00
parent c301623f70
commit ce827561d8
2 changed files with 5 additions and 4 deletions

View file

@ -141,10 +141,10 @@ bar {
tray_padding 4 tray_padding 4
colors { colors {
background #121212 background #12121200
statusline $col_ac statusline #ebdbb2
focused_workspace $col_fg $col_fg $col_bg focused_workspace $col_fg $col_fg $col_bg
inactive_workspace $col_bg $col_bg $col_ac inactive_workspace #12121200 #12121200 #ebdbb2
} }
} }

View file

@ -84,7 +84,8 @@ function OpenTerminal()
if bufType == "terminal" if bufType == "terminal"
execute "q" execute "q"
else else
execute "vsp term://bash" execute "bot sp term://bash"
execute "resize -8"
execute "set nonu" execute "set nonu"
execute "set nornu" execute "set nornu"
silent au BufLeave <buffer> stopinsert! silent au BufLeave <buffer> stopinsert!