let's replace the tab bar
This commit is contained in:
parent
881b79887c
commit
d4372d37aa
|
@ -8,14 +8,10 @@
|
|||
pkgs.writeText "default.kdl"
|
||||
''
|
||||
layout {
|
||||
pane size=1 borderless=true {
|
||||
plugin location="tab-bar"
|
||||
}
|
||||
pane
|
||||
pane size=2 borderless=true {
|
||||
plugin location="status-bar"
|
||||
}
|
||||
children
|
||||
// pane size=1 borderless=true {
|
||||
// plugin location="tab-bar"
|
||||
//}
|
||||
|
||||
pane size=1 borderless=true {
|
||||
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
|
||||
format_left "{mode} Zellij #[fg=yellow,bold]({session})"
|
||||
|
@ -61,6 +57,10 @@
|
|||
datetime_timezone "Europe/Amsterdam"
|
||||
}
|
||||
}
|
||||
pane
|
||||
pane size=2 borderless=true {
|
||||
plugin location="status-bar"
|
||||
}
|
||||
}
|
||||
'';
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue