configure tmux
This commit is contained in:
parent
b57fae1530
commit
f4170c5de2
2 changed files with 3 additions and 3 deletions
|
@ -134,8 +134,8 @@ window_decorations = "TITLE | RESIZE",
|
|||
{{ else if eq .chezmoi.os "linux" -}}
|
||||
window_decorations = "NONE",
|
||||
{{ end -}}
|
||||
tab_bar_at_bottom = true,
|
||||
hide_tab_bar_if_only_one_tab = false,
|
||||
tab_bar_at_bottom = false,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
use_fancy_tab_bar = false,
|
||||
scrollback_lines = 999999,
|
||||
enable_scroll_bar = false,
|
||||
|
|
|
@ -20,7 +20,7 @@ set -g @nord_tmux_no_patched_font "1"
|
|||
set -g @nord_tmux_show_status_content "0"
|
||||
set -g status-style "bg=#4c566a,fg=#eceff4"
|
||||
set -g status-left "#[fg=#bf616a,bg=#ebcb8b,bold] #S "
|
||||
set -g status-right "#{prefix_highlight} #[bg=#a3be8c,fg=black,bold] #U #[bg=#ebcb8b,fg=#bf616a,bold] #h "
|
||||
set -g status-right "#{prefix_highlight} #[bg=#ffffff,fg=black,bold] #U #[bg=#ebcb8b,fg=#bf616a,bold] #h "
|
||||
setw -g window-status-format "#[fg=#81a1c1,bg=#4c566a] #I:#W "
|
||||
setw -g window-status-current-format "#[fg=#2e3440,bg=#81a1c1,bold] #I:#W "
|
||||
setw -g window-status-separator ""
|
||||
|
|
Loading…
Reference in a new issue