From 5926c7cb8011986df19fa6957469ebdc60c7024d Mon Sep 17 00:00:00 2001 From: h1romas4 Date: Sat, 9 Nov 2024 13:16:01 +0900 Subject: [PATCH] update README for Zellij 0.41 --- README.md | 4 ++-- plugin.kdl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b88524..216b5df 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ layout { plugin location="zellij:tab-bar" } pane - pane size=2 borderless=true { + pane size=1 borderless=true { plugin location="zellij:status-bar" } } @@ -74,7 +74,7 @@ layout { } } pane - pane size=2 borderless=true { + pane size=1 borderless=true { plugin location="zellij:status-bar" } } diff --git a/plugin.kdl b/plugin.kdl index 0b5b3ef..fd3114b 100644 --- a/plugin.kdl +++ b/plugin.kdl @@ -73,7 +73,7 @@ layout { args "-f" "zellij.log" cwd "/tmp/zellij-0/zellij-log" } - pane size=2 borderless=true { + pane size=1 borderless=true { plugin location="zellij:status-bar" } }