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" } }