let's see if this works to show the plugin
This commit is contained in:
parent
746b9dea57
commit
54b8fa474c
|
@ -11,13 +11,11 @@
|
|||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
pane
|
||||
pane size=2 borderless=true {
|
||||
plugin location="status-bar"
|
||||
}
|
||||
|
||||
default_tab_template {
|
||||
children
|
||||
|
||||
pane size=1 borderless=false {
|
||||
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
|
||||
format_left "{mode} #[fg=cyan,bold]{session}"
|
||||
|
@ -49,7 +47,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
'';
|
||||
in {
|
||||
programs.zellij = {
|
||||
|
|
Loading…
Reference in a new issue