From efbd8fd6aeb23f85cac00872a49ff5071d173ee7 Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Tue, 4 Feb 2020 10:18:15 -0500 Subject: [PATCH] updates for older tmux --- tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 0b3ae76..219e53c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,9 +33,10 @@ tmux_conf_new_pane_retain_current_path=true set -g window-status-separator '' set -g @ssh_auto_rename_window off -set -g status-style 'fg=colour250,bg=colour0' +set -g status-style '' -set-window-option -g status-left "#{?client_prefix,#[bg=coolour250]#[bg=colour34 fg=colour255],} #S " +set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow +fg=black],} #S " set-window-option -g status-right "#(~/fmux/tmux-right.sh)" set-window-option -g window-status-style "fg=colour250,bg=colour237"