From 473142eb13ee0f28c032d187f96e23f2799d73eb Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Thu, 2 May 2024 14:18:50 +0200 Subject: [PATCH] Let's try again shall we --- home-manager/shared/shell/zellij.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/home-manager/shared/shell/zellij.nix b/home-manager/shared/shell/zellij.nix index 2a99171..a0887b3 100644 --- a/home-manager/shared/shell/zellij.nix +++ b/home-manager/shared/shell/zellij.nix @@ -7,16 +7,16 @@ layout = pkgs.writeText "default.kdl" '' - layout { - pane size=1 borderless=true { - plugin location="tab-bar" - } - pane size=2 borderless=true { - plugin location="status-bar" - } - - - pane size=1 borderless=false { + 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="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" { format_left "{mode} #[fg=cyan,bold]{session}" format_center "{tabs}"