-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.kdl
More file actions
25 lines (24 loc) · 691 Bytes
/
Copy pathlayout.kdl
File metadata and controls
25 lines (24 loc) · 691 Bytes
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
theme "one-half-dark"
layout name="Resumed" {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
}
tab name="Resumed" focus=true hide_floating_panes=true {
pane split_direction="vertical" {
pane name="editor" borderless=true {
edit "./resume.json"
}
}
pane split_direction="vertical" size=8 {
pane command="nix" name="build/run" borderless=true {
args "run" ".#live"
}
pane name="music" size="30%" borderless=true {
command "cava"
}
}
}
}