summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--test-template.yaml6
4 files changed, 20 insertions, 10 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
diff --git a/test-template.yaml b/test-template.yaml
index b9c496d41..ba95a46d7 100644
--- a/test-template.yaml
+++ b/test-template.yaml
@@ -7,7 +7,8 @@ template:
split_size:
Fixed: 1
run:
- plugin: tab-bar
+ plugin:
+ location: "zellij:tab-bar"
- direction: Vertical
borderless: true
- direction: Vertical
@@ -17,4 +18,5 @@ template:
split_size:
Fixed: 2
run:
- plugin: status-bar
+ plugin:
+ location: "zellij:status-bar"