dotfiles/config/.config/zellij/layouts/default.kdl
Jeffrey Serio a186f606d7 Overhaul
2023-05-18 10:04:51 -05:00

21 lines
421 B
Plaintext

layout {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab name="btop" {
pane command="btop"
}
tab name="journald" {
pane command="sudo" {
args "journalctl" "-f"
}
}
tab
}