24 lines
493 B
Text
24 lines
493 B
Text
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" borderless=true {
|
|
plugin location="zellij:compact-bar"
|
|
}
|
|
}
|