zellij: chenged status bar theme

This commit is contained in:
Tigor Hutasuhut 2024-07-26 15:08:02 +07:00
parent b32197996d
commit 9470ffef76

View file

@ -211,37 +211,31 @@ in
home.file.".config/zellij/layouts/default.kdl".text = /*kdl*/ '' home.file.".config/zellij/layouts/default.kdl".text = /*kdl*/ ''
layout { layout {
default_tab_template { pane split_direction="vertical" {
children pane
pane size=1 borderless=true { }
plugin location="file:${plugins.zstatus}" {
format_left "{mode} #[fg=#89B4FA,bold]{session}"
format_center "{tabs}"
format_right "{command_git_branch} {datetime}"
format_space ""
border_enabled "false" pane size=1 borderless=true {
border_char "" plugin location="file:${plugins.zstatus}" {
border_format "#[fg=#6C7086]{char}" format_left "{mode}#[fg=black,bg=blue,bold]{session} #[fg=blue,bg=#181825]{tabs}"
border_position "top" format_right "#[fg=#181825,bg=#b1bbfa]{datetime}"
format_space "#[bg=#181825]"
hide_frame_for_single_pane "true" hide_frame_for_single_pane "true"
mode_normal "#[bg=blue] " mode_normal "#[bg=blue] "
mode_tmux "#[bg=#ffc387] "
tab_normal "#[fg=#6C7086] {name} " tab_normal "#[fg=#181825,bg=#4C4C59] #[fg=#000000,bg=#4C4C59]{index} {name} #[fg=#4C4C59,bg=#181825]"
tab_active "#[fg=#9399B2,bold,italic] {name} " tab_normal_fullscreen "#[fg=#6C7086,bg=#181825] {index} {name} [] "
tab_normal_sync "#[fg=#6C7086,bg=#181825] {index} {name} <> "
tab_active "#[fg=#181825,bg=#ffffff,bold,italic] {index} {name} #[fg=#ffffff,bg=#181825]"
tab_active_fullscreen "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} [] "
tab_active_sync "#[fg=#9399B2,bg=#181825,bold,italic] {index} {name} <> "
command_git_branch_command "git rev-parse --abbrev-ref HEAD"
command_git_branch_format "#[fg=blue] {stdout} "
command_git_branch_interval "10"
command_git_branch_rendermode "static"
datetime "#[fg=#6C7086,bold] {format} " datetime "#[fg=#6C7086,bg=#b1bbfa,bold] {format} "
datetime_format "%A, %d %b %Y %H:%M" datetime_format "%A, %d %b %Y %H:%M"
datetime_timezone "Europe/Berlin" datetime_timezone "Europe/Berlin"
}
} }
} }
} }