updates default
This commit is contained in:
parent
0556a8fad8
commit
2016dfa73e
1 changed files with 12 additions and 23 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
layout {
|
layout {
|
||||||
default_tab_template {
|
default_tab_template {
|
||||||
children
|
|
||||||
pane size=1 borderless=false {
|
pane size=1 borderless=false {
|
||||||
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"
|
||||||
|
|
@ -35,32 +34,22 @@ layout {
|
||||||
color_silver "#b8c6d5"
|
color_silver "#b8c6d5"
|
||||||
color_silver_bright "#ffffff"
|
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"
|
tab_active "#[fg=$magenta_brighter,bold][{index}] {name}"
|
||||||
border_char "─"
|
tab_active_fullscreen "#[fg=$magenta_brighter,bold][{index}] {name} [Z]"
|
||||||
border_format "#[fg=#6C7086]{char}"
|
tab_active_sync "#[fg=$magenta_brighter,bold][{index}] {name} [S]"
|
||||||
border_position "top"
|
|
||||||
|
|
||||||
hide_frame_for_single_pane "true"
|
tab_rename "#[fg=$cyan_bright]{name}"
|
||||||
|
tab_separator "#[fg=$fg_dim] | "
|
||||||
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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
children
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue