This commit is contained in:
Dennis Schoepf 2026-01-09 00:23:45 +01:00
parent 079bdfabcf
commit 175922f37d

View file

@ -7,7 +7,8 @@
xdg.configFile."zellij/layouts/default.kdl".text = ''
layout {
default_tab_template {
pane size=1 borderless=false {
children
pane size=1 {
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
color_fg "#ffffff"
color_fg_alt "#bf8a9f"
@ -57,7 +58,6 @@
tab_separator "#[fg=$fg_dim] | "
}
}
children
}
}
'';