Let's try this location to load the layout by default
This commit is contained in:
parent
473142eb13
commit
ea963cff84
|
@ -19,31 +19,30 @@
|
||||||
pane size=1 borderless=true {
|
pane size=1 borderless=true {
|
||||||
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
|
plugin location="file:${inputs.zjstatus.packages.${pkgs.system}.default}/bin/zjstatus.wasm" {
|
||||||
format_left "{mode} #[fg=cyan,bold]{session}"
|
format_left "{mode} #[fg=cyan,bold]{session}"
|
||||||
format_center "{tabs}"
|
format_right "{command_git_branch} {datetime}"
|
||||||
format_right "{command_git_branch} {datetime}"
|
format_space ""
|
||||||
format_space ""
|
|
||||||
|
|
||||||
border_enabled "true"
|
border_enabled "true"
|
||||||
border_char "─"
|
border_char "─"
|
||||||
border_format "#[fg=green]{char}"
|
border_format "#[fg=green]{char}"
|
||||||
border_position "top"
|
border_position "top"
|
||||||
|
|
||||||
hide_frame_for_single_pane "false"
|
hide_frame_for_single_pane "false"
|
||||||
|
|
||||||
mode_normal "#[bg=blue] "
|
mode_normal "#[bg=blue] "
|
||||||
mode_tmux "#[bg=blue] "
|
mode_tmux "#[bg=blue] "
|
||||||
|
|
||||||
tab_normal "#[fg=green] {name} "
|
tab_normal "#[fg=green] {name} "
|
||||||
tab_active "#[fg=red,bold,italic] {name} "
|
tab_active "#[fg=red,bold,italic] {name} "
|
||||||
|
|
||||||
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
|
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
|
||||||
command_git_branch_format "#[fg=blue] {stdout} "
|
command_git_branch_format "#[fg=blue] {stdout} "
|
||||||
command_git_branch_interval "10"
|
command_git_branch_interval "10"
|
||||||
command_git_branch_rendermode "static"
|
command_git_branch_rendermode "static"
|
||||||
|
|
||||||
datetime "#[fg=#green,bold] {format} "
|
datetime "#[fg=#green,bold] {format} "
|
||||||
datetime_format "%Y-%M-%d %H:%M"
|
datetime_format "%Y-%M-%d %H:%M"
|
||||||
datetime_timezone "Europe/Amsterdam"
|
datetime_timezone "Europe/Amsterdam"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,7 +58,7 @@ in {
|
||||||
home.file = {
|
home.file = {
|
||||||
"layout" = {
|
"layout" = {
|
||||||
source = "${layout}";
|
source = "${layout}";
|
||||||
target = ".config/zellij/config/layouts/default.kdl";
|
target = ".config/zellij/layouts/default.kdl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
Loading…
Reference in a new issue