let's see if this works to show the plugin

This commit is contained in:
Lillian Violet 2024-05-02 14:13:20 +02:00
parent 746b9dea57
commit 54b8fa474c

View file

@ -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 = {