From 9695970f14e18f0bdc6c600bd4d03b87e714d855 Mon Sep 17 00:00:00 2001 From: Gyubong Date: Wed, 10 Apr 2024 13:56:39 +0900 Subject: [PATCH] Add status-bar panel --- Makefile | 3 +++ misc/bootstrap-3-node-static-cluster.zellij.kdl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ca117dcd..b1b31d91 100644 --- a/Makefile +++ b/Makefile @@ -29,3 +29,6 @@ publish-rs: publish-py: cd binding/python && make publish && cd ../../ + +zel: + zellij --layout misc/bootstrap-3-node-static-cluster.zellij.kdl diff --git a/misc/bootstrap-3-node-static-cluster.zellij.kdl b/misc/bootstrap-3-node-static-cluster.zellij.kdl index 5cfd5906..63b793ca 100644 --- a/misc/bootstrap-3-node-static-cluster.zellij.kdl +++ b/misc/bootstrap-3-node-static-cluster.zellij.kdl @@ -13,4 +13,7 @@ layout { } pane name="Terminal" focus=true } + pane split_direction="vertical" size="2%" borderless=true { + plugin location="zellij:status-bar" + } }