Update layout

Changed files
+7 -9
config
zellij
layouts
+7 -9
config/zellij/layouts/desktop.kdl
···
plugin location="zellij:status-bar"
}
}
tab name="logs" {
pane command="sudo" close_on_exit=true {
-
args "journalctl" "-T" "loki" "-T" "tailscaled" "-f"
}
}
-
tab name="btop" {
-
pane command="btop" close_on_exit=true
-
}
tab name="nas" {
pane command="autossh" close_on_exit=true {
args "-M 0" "jas@nas.carp-wyvern.ts.net"
-
}
-
}
-
tab name="aux-remote" {
-
pane command="autossh" close_on_exit=true {
-
args "-M 0" "jas@aux-remote.carp-wyvern.ts.net"
}
}
tab name="hyperreal" {
···
plugin location="zellij:status-bar"
}
}
+
tab name="btop" {
+
pane command="btop" close_on_exit=true
+
}
+
tab name="glances" {
+
pane command="glances" close_on_exit=true
+
}
tab name="logs" {
pane command="sudo" close_on_exit=true {
+
args "journalctl" "-T" "tailscaled" "-f"
}
}
tab name="nas" {
pane command="autossh" close_on_exit=true {
args "-M 0" "jas@nas.carp-wyvern.ts.net"
}
}
tab name="hyperreal" {