From f4170c5de27fcaf099e5c4ea02b9e2a41d756b18 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 13 Nov 2023 14:07:33 +0100 Subject: [PATCH] configure tmux --- dot_config/wezterm/executable_wezterm.lua.tmpl | 4 ++-- dot_tmux.conf.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_config/wezterm/executable_wezterm.lua.tmpl b/dot_config/wezterm/executable_wezterm.lua.tmpl index 5c77a2e..26259d0 100644 --- a/dot_config/wezterm/executable_wezterm.lua.tmpl +++ b/dot_config/wezterm/executable_wezterm.lua.tmpl @@ -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, diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 23f9b14..3f2a788 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -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 ""