summaryrefslogtreecommitdiffstats
path: root/example/layouts/run_htop_layout_with_plugins.yaml
blob: 840696d185c8e0ddf99351811b13a1d9edae8aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
tabs:
  - direction: Horizontal
    parts:
      - direction: Vertical
        split_size:
          Fixed: 1
        run:
          plugin:
            location: "zellij: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:
            location: "zellij:status-bar"
        borderless: true