summaryrefslogtreecommitdiffstats
path: root/example/layouts/run_htop_layout.yaml
blob: 91f4f63cbea4d4482dc79241a10bb76e367a18f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
tabs:
  - direction: Vertical
    parts:
      - direction: Horizontal
        split_size:
          Percent: 50
        parts:
          - direction: Vertical
            split_size:
              Percent: 50
          - direction: Vertical
            split_size:
              Percent: 50
            run:
              command: {cmd: htop}
      - direction: Horizontal
        split_size:
          Percent: 50
        run:
          command: {cmd: htop}