From d4372d37aa6009fdc5c33c6bfe6b08ad757c5956 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 15:31:43 +0200 Subject: [PATCH] let's replace the tab bar --- home-manager/shared/shell/zellij.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index 4145855..d149812 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -8,14 +8,10 @@ pkgs.writeText "default.kdl" '' layout { - pane size=1 borderless=true { - plugin location="tab-bar" - } - pane - pane size=2 borderless=true { - plugin location="status-bar" - } - children + // pane size=1 borderless=true { + // plugin location="tab-bar" + //} + pane size=1 borderless=true { plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { format_left "{mode} Zellij #[fg=yellow,bold]({session})" @@ -61,6 +57,10 @@ datetime_timezone "Europe/Amsterdam" } } + pane + pane size=2 borderless=true { + plugin location="status-bar" + } } ''; in {