updates default

This commit is contained in:
Dennis Schoepf 2026-01-08 23:24:32 +01:00
parent 0556a8fad8
commit 2016dfa73e

View file

@ -1,6 +1,5 @@
layout {
default_tab_template {
children
pane size=1 borderless=false {
plugin location="https://github.com/dj95/zjstatus/releases/latest/download/zjstatus.wasm" {
color_fg "#ffffff"
@ -35,32 +34,22 @@ layout {
color_silver "#b8c6d5"
color_silver_bright "#ffffff"
format_left "{tabs}"
format_left "#[bg=$bg_secondary]{tabs}"
format_center ""
format_right "#[fg=$magenta_brighter,italic][{session}] "
tab_active "#[fg=$bg,bg=$magenta_bright] {index} :: {name} {floating_indicator} "
tab_normal "#[fg=$fg_dim][{index}] {name}"
tab_normal_fullscreen "#[fg=$fg_dim][{index}] {name} [Z]"
tab_normal_sync "#[fg=$fg_dim][{index}] {name} [S]"
border_enabled "false"
border_char "─"
border_format "#[fg=#6C7086]{char}"
border_position "top"
tab_active "#[fg=$magenta_brighter,bold][{index}] {name}"
tab_active_fullscreen "#[fg=$magenta_brighter,bold][{index}] {name} [Z]"
tab_active_sync "#[fg=$magenta_brighter,bold][{index}] {name} [S]"
hide_frame_for_single_pane "true"
mode_normal "#[bg=blue] "
mode_tmux "#[bg=#ffc387] "
tab_normal "#[fg=#6C7086] {name} "
tab_active "#[fg=#9399B2,bold,italic] {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_format "%A, %d %b %Y %H:%M"
datetime_timezone "Europe/Berlin"
tab_rename "#[fg=$cyan_bright]{name}"
tab_separator "#[fg=$fg_dim] | "
}
}
children
}
}