summaryrefslogtreecommitdiffstats
path: root/example/layouts/run_htop_layout_with_plugins.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/layouts/run_htop_layout_with_plugins.yaml')
-rw-r--r--example/layouts/run_htop_layout_with_plugins.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/example/layouts/run_htop_layout_with_plugins.yaml b/example/layouts/run_htop_layout_with_plugins.yaml
new file mode 100644
index 000000000..2868cba52
--- /dev/null
+++ b/example/layouts/run_htop_layout_with_plugins.yaml
@@ -0,0 +1,33 @@
+---
+tabs:
+ - direction: Horizontal
+ parts:
+ - direction: Vertical
+ split_size:
+ Fixed: 1
+ run:
+ plugin: tab-bar
+ borderless: true
+ - direction: Vertical
+ parts:
+ - direction: Vertical
+ parts:
+ - direction: Vertical
+ split_size:
+ Percent: 50
+ run:
+ command: {cmd: htop}
+ - direction: Vertical
+ split_size:
+ Percent: 50
+ run:
+ command: {cmd: htop, args: ["-C"]}
+ - direction: Vertical
+ split_size:
+ Fixed: 5
+ - direction: Vertical
+ split_size:
+ Fixed: 2
+ run:
+ plugin: status-bar
+ borderless: true