37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
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="nas 100.64.0.13" {
|
|
pane command="autossh" close_on_exit=true {
|
|
args "-M 0" "-tttt" "-p 3723" "jas@nas.headscale.moonshadow.dev" "btop"
|
|
}
|
|
}
|
|
tab name="moonshadow 100.64.0.8" {
|
|
pane command="autossh" close_on_exit=true {
|
|
args "-M 0" "-tttt" "-p 3723" "jas@moonshadow.headscale.moonshadow.dev" "btop"
|
|
}
|
|
}
|
|
tab name="hyperreal.coffee 100.64.0.14" {
|
|
pane command="autossh" close_on_exit=true {
|
|
args "-M 0" "-tttt" "-p 3723" "jas@hyperreal.headscale.moonshadow.dev" "btop"
|
|
}
|
|
}
|
|
tab name="rpi400 100.64.0.5" {
|
|
pane command="autossh" close_on_exit=true {
|
|
args "-M 0" "-tttt" "-p 3723" "root@rpi400.headscale.moonshadow.dev" "btop"
|
|
}
|
|
}
|
|
tab name="glances" {
|
|
pane command="/home/jas/bin/swivel" close_on_exit=true {
|
|
args "100.64.0.13" "100.64.0.8" "100.64.0.14" "100.64.0.5"
|
|
}
|
|
}
|
|
}
|