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:
parent
c866d90c88
commit
30a3299c10
2 changed files with 7 additions and 1 deletions
6
home/.config/zellij/top-bar.kdl
Normal file
6
home/.config/zellij/top-bar.kdl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="compact-bar"
|
||||
}
|
||||
pane
|
||||
}
|
||||
|
|
@ -106,7 +106,7 @@ eval "$(zoxide init --cmd cd zsh)"
|
|||
|
||||
# Make sure that zellij isn't recursively started on shell startup
|
||||
if [[ -z $ZELLIJ ]]; then
|
||||
zellij
|
||||
zellij --layout ~/.config/zellij/top-bar.kdl
|
||||
fi
|
||||
|
||||
fastfetch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue