fix
This commit is contained in:
parent
079bdfabcf
commit
175922f37d
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
xdg.configFile."zellij/layouts/default.kdl".text = ''
|
xdg.configFile."zellij/layouts/default.kdl".text = ''
|
||||||
layout {
|
layout {
|
||||||
default_tab_template {
|
default_tab_template {
|
||||||
pane size=1 borderless=false {
|
children
|
||||||
|
pane size=1 {
|
||||||
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
|
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
|
||||||
color_fg "#ffffff"
|
color_fg "#ffffff"
|
||||||
color_fg_alt "#bf8a9f"
|
color_fg_alt "#bf8a9f"
|
||||||
|
|
@ -57,7 +58,6 @@
|
||||||
tab_separator "#[fg=$fg_dim] | "
|
tab_separator "#[fg=$fg_dim] | "
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
children
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue