2023-01-16 08:29:58 +01:00
|
|
|
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 name="hyperreal.coffee" {
|
|
|
|
pane command="mosh" {
|
2023-01-17 02:46:21 +01:00
|
|
|
args "-p" "60000" "jas@hyperreal.coffee"
|
2023-01-16 08:29:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
tab name="coldharbour.local" {
|
|
|
|
pane command="mosh" {
|
2023-01-17 02:46:21 +01:00
|
|
|
args "-p" "60000" "jas@coldharbour.local"
|
2023-01-16 08:29:58 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
tab
|
|
|
|
}
|