From 30a3299c106954e8ad7de6623d895874df736073 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 25 May 2024 11:14:56 +0200 Subject: [PATCH] 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 --- home/.config/zellij/top-bar.kdl | 6 ++++++ home/.zshrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 home/.config/zellij/top-bar.kdl diff --git a/home/.config/zellij/top-bar.kdl b/home/.config/zellij/top-bar.kdl new file mode 100644 index 0000000..bcc6c0c --- /dev/null +++ b/home/.config/zellij/top-bar.kdl @@ -0,0 +1,6 @@ +layout { + pane size=1 borderless=true { + plugin location="compact-bar" + } + pane +} diff --git a/home/.zshrc b/home/.zshrc index 997f2f1..5117076 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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