summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2021-12-10 02:38:18 +0900
committerGitHub <noreply@github.com>2021-12-09 18:38:18 +0100
commit2096cafe1d9d3858f6ccd18c6898ea1e9cf837ba (patch)
treebb0918c0c3519c9b28371d33174e50c0c693e710 /example
parent90f463138b603220583ed843bacd0ae834edc472 (diff)
chore: update example layout (#926)
Diffstat (limited to 'example')
-rw-r--r--example/layouts/multiple_tabs_layout.yaml9
-rw-r--r--example/layouts/multiple_tabs_layout_htop_command.yaml9
-rw-r--r--example/layouts/run_htop_layout_with_plugins.yaml6
3 files changed, 16 insertions, 8 deletions
diff --git a/example/layouts/multiple_tabs_layout.yaml b/example/layouts/multiple_tabs_layout.yaml
index cba76b88d..04fca4a51 100644
--- a/example/layouts/multiple_tabs_layout.yaml
+++ b/example/layouts/multiple_tabs_layout.yaml
@@ -6,7 +6,8 @@ template:
split_size:
Fixed: 1
run:
- plugin: tab-bar
+ plugin:
+ location: "zellij:tab-bar"
borderless: true
- direction: Vertical
body: true
@@ -14,7 +15,8 @@ template:
split_size:
Fixed: 2
run:
- plugin: status-bar
+ plugin:
+ location: "zellij:status-bar"
borderless: true
tabs:
@@ -59,7 +61,8 @@ tabs:
split_size:
Percent: 20
run:
- plugin: strider
+ plugin:
+ location: "zellij:strider"
- direction: Horizontal
split_size:
Percent: 80
diff --git a/example/layouts/multiple_tabs_layout_htop_command.yaml b/example/layouts/multiple_tabs_layout_htop_command.yaml
index 13901c130..1449aa719 100644
--- a/example/layouts/multiple_tabs_layout_htop_command.yaml
+++ b/example/layouts/multiple_tabs_layout_htop_command.yaml
@@ -6,7 +6,8 @@ template:
split_size:
Fixed: 1
run:
- plugin: tab-bar
+ plugin:
+ location: "zellij:tab-bar"
borderless: true
- direction: Vertical
body: true
@@ -14,7 +15,8 @@ template:
split_size:
Fixed: 2
run:
- plugin: status-bar
+ plugin:
+ location: "zellij:status-bar"
borderless: true
tabs:
@@ -62,7 +64,8 @@ tabs:
split_size:
Percent: 20
run:
- plugin: strider
+ plugin:
+ location: "zellij:strider"
- direction: Horizontal
split_size:
Percent: 80
diff --git a/example/layouts/run_htop_layout_with_plugins.yaml b/example/layouts/run_htop_layout_with_plugins.yaml
index 2868cba52..840696d18 100644
--- a/example/layouts/run_htop_layout_with_plugins.yaml
+++ b/example/layouts/run_htop_layout_with_plugins.yaml
@@ -6,7 +6,8 @@ tabs:
split_size:
Fixed: 1
run:
- plugin: tab-bar
+ plugin:
+ location: "zellij:tab-bar"
borderless: true
- direction: Vertical
parts:
@@ -29,5 +30,6 @@ tabs:
split_size:
Fixed: 2
run:
- plugin: status-bar
+ plugin:
+ location: "zellij:status-bar"
borderless: true