forked from zellij-org/zellij
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(assets): update layout examples to .kdl from .yaml (zellij-org#…
- Loading branch information
Showing
8 changed files
with
147 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
layout { | ||
default_tab_template { | ||
pane size=1 borderless=true { | ||
plugin location="zellij:tab-bar" | ||
} | ||
children | ||
pane size=2 borderless=true { | ||
plugin location="zellij:status-bar" | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
tab | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" | ||
pane size="50%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
tab | ||
tab | ||
tab | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="20%" { | ||
plugin location="zellij:strider" | ||
} | ||
pane size="80%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="40%" | ||
pane size="60%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
layout { | ||
default_tab_template { | ||
pane size=1 borderless=true { | ||
plugin location="zellij:tab-bar" | ||
} | ||
children | ||
pane size=2 borderless=true { | ||
plugin location="zellij:status-bar" | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane command="htop" size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" | ||
pane size="50%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
tab | ||
tab | ||
tab | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="20%" { | ||
plugin location="zellij:strider" | ||
} | ||
pane size="80%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="40%" | ||
pane size="60%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane size="50%" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
layout { | ||
default_tab_template { | ||
children | ||
} | ||
tab split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane size="50%" split_direction="Horizontal" { | ||
pane size="50%" | ||
pane command="htop" size="50%" | ||
} | ||
pane command="htop" size="50%" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
layout { | ||
default_tab_template { | ||
children | ||
} | ||
tab split_direction="Horizontal" { | ||
pane size=1 borderless=true { | ||
plugin location="zellij:tab-bar" | ||
} | ||
pane split_direction="Vertical" { | ||
pane split_direction="Vertical" { | ||
pane command="htop" size="50%" | ||
pane command="htop" size="50%" { | ||
args "-C" | ||
} | ||
} | ||
} | ||
pane size=5 | ||
pane size=2 borderless=true { | ||
plugin location="zellij:status-bar" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.