From 6f16c478190fc6ea34151e96a488081686c14aeb Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 11 Feb 2024 21:50:31 -0700 Subject: [PATCH] configs/smug: fix layout for CI --- configs/smug.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/smug.nix b/configs/smug.nix index d3b976c..7362a9c 100644 --- a/configs/smug.nix +++ b/configs/smug.nix @@ -18,16 +18,19 @@ in windows = [ { name = "CI Status"; + layout = "even-vertical"; commands = [ "journalctl -xef -u xin-ci-update.service" ]; panes = [ { + type = "even-vertical"; commands = [ "journalctl -xef -u xin-ci.service" ]; } ]; } { + name = "btop"; commands = [ "btop" ];