You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.0 KiB
YAML

copy_command: "wl-copy"
template:
direction: Horizontal
parts:
- direction: Vertical # part 1
borderless: true
split_size:
Fixed: 1
run:
plugin:
location: "zellij:tab-bar"
- direction: Vertical # part 2
body: true
- direction: Vertical # part 3
borderless: true
split_size:
Fixed: 2
run:
plugin:
location: "zellij:status-bar"
tabs:
- name: "main" # tab 2
direction: Vertical
parts:
- direction: Horizontal
split_size:
Percent: 60
run:
command: {cmd: zsh, args: ["-c", "sleep 1; hx"]}
- direction: Horizontal
split_size:
Percent: 40
parts:
- direction: Vertical
borderless: true
split_size:
Percent: 20
run:
command: {cmd: btm, args: ["--config", "/home/trivernis/.config/bottom/dev.toml"]}
- direction: Vertical
split_size:
Percent: 80