Skip to content

Commit

Permalink
chore: update example layout (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeheonji committed Dec 9, 2021
1 parent 90f4631 commit 2096caf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
9 changes: 6 additions & 3 deletions example/layouts/multiple_tabs_layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ template:
split_size:
Fixed: 1
run:
plugin: tab-bar
plugin:
location: "zellij:tab-bar"
borderless: true
- direction: Vertical
body: true
- direction: Vertical
split_size:
Fixed: 2
run:
plugin: status-bar
plugin:
location: "zellij:status-bar"
borderless: true

tabs:
Expand Down Expand Up @@ -59,7 +61,8 @@ tabs:
split_size:
Percent: 20
run:
plugin: strider
plugin:
location: "zellij:strider"
- direction: Horizontal
split_size:
Percent: 80
Expand Down
9 changes: 6 additions & 3 deletions example/layouts/multiple_tabs_layout_htop_command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ template:
split_size:
Fixed: 1
run:
plugin: tab-bar
plugin:
location: "zellij:tab-bar"
borderless: true
- direction: Vertical
body: true
- direction: Vertical
split_size:
Fixed: 2
run:
plugin: status-bar
plugin:
location: "zellij:status-bar"
borderless: true

tabs:
Expand Down Expand Up @@ -62,7 +64,8 @@ tabs:
split_size:
Percent: 20
run:
plugin: strider
plugin:
location: "zellij:strider"
- direction: Horizontal
split_size:
Percent: 80
Expand Down
6 changes: 4 additions & 2 deletions example/layouts/run_htop_layout_with_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ tabs:
split_size:
Fixed: 1
run:
plugin: tab-bar
plugin:
location: "zellij:tab-bar"
borderless: true
- direction: Vertical
parts:
Expand All @@ -29,5 +30,6 @@ tabs:
split_size:
Fixed: 2
run:
plugin: status-bar
plugin:
location: "zellij:status-bar"
borderless: true
6 changes: 4 additions & 2 deletions test-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ template:
split_size:
Fixed: 1
run:
plugin: tab-bar
plugin:
location: "zellij:tab-bar"
- direction: Vertical
borderless: true
- direction: Vertical
Expand All @@ -17,4 +18,5 @@ template:
split_size:
Fixed: 2
run:
plugin: status-bar
plugin:
location: "zellij:status-bar"

0 comments on commit 2096caf

Please sign in to comment.