forget about zjstatus mostly

This commit is contained in:
Anthony Cicchetti 2024-06-12 10:50:13 -04:00
parent c9cc591e45
commit 783643bf5c
4 changed files with 2 additions and 64 deletions

View file

@ -30,36 +30,7 @@ in {
xdg.configFile = {
"zellij/config.kdl".source = ../../../../zellij/config.kdl;
"zellij/layouts/jelly_layout.kdl".text = ''
layout {
cwd "/Users/acicchetti"
default_tab_template {
children
${zjstatus_config}
}
tab name="jellyfish" {
pane {
split_direction "vertical"
name "jellyfish"
cwd "src/jellyfish"
}
}
tab name="infra" {
pane {
split_direction "vertical"
name "infra"
cwd "src/infra"
}
}
tab name="misc" {
pane {
split_direction "vertical"
name "misc"
}
}
}
'';
"zellij/layouts/default.kdl".text = ''
"zellij/layouts/zjstatus.kdl".text = ''
layout {
default_tab_template {
children

View file

@ -305,7 +305,7 @@ session_serialization false
// Choose the theme that is specified in the themes section.
// Default: default
//
// theme "default"
theme "nord"
// The name of the default layout to load on startup
// Default: "default"

View file

@ -1,33 +0,0 @@
---
layout {
cwd "/Users/acicchetti"
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="jellyfish" {
pane {
split_direction "vertical"
name "jellyfish"
cwd "src/jellyfish"
}
}
tab name="infra" {
pane {
split_direction "vertical"
name "infra"
cwd "src/infra"
}
}
tab name="misc" {
pane {
split_direction "vertical"
name "misc"
}
}
}