Change so zellij statusbar is at the top of the terminal, this way it is no longer fighting neovim statusbar for attention from my eyes

This commit is contained in:
Martin Larsson 2024-05-25 11:14:56 +02:00
parent c866d90c88
commit 30a3299c10
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
layout {
pane size=1 borderless=true {
plugin location="compact-bar"
}
pane
}

View file

@ -106,7 +106,7 @@ eval "$(zoxide init --cmd cd zsh)"
# Make sure that zellij isn't recursively started on shell startup # Make sure that zellij isn't recursively started on shell startup
if [[ -z $ZELLIJ ]]; then if [[ -z $ZELLIJ ]]; then
zellij zellij --layout ~/.config/zellij/top-bar.kdl
fi fi
fastfetch fastfetch