dotfiles/.config/zellij/layouts/dedibox.kdl

25 lines
500 B
Text
Raw Normal View History

2024-01-08 13:06:37 +01:00
layout {
tab name="weechat" {
pane command="weechat"
status size=1
}
tab name="poezio" {
pane command="poezio"
status size=1
}
tab name="admin" {
pane split_direction="vertical" {
pane
pane command="btop"
}
status size=1
}
tab name="user" {
pane
status size=1
}
pane_template name="status" size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}