From 5f897d44813b6dc985917598de1f41ce0c9f2c04 Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Tue, 28 Jan 2020 15:22:12 -0500 Subject: [PATCH] okay i've actally decided on the status bar this time. --- tmux-2.9.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux-2.9.conf b/tmux-2.9.conf index caa8e84..bd0e50d 100644 --- a/tmux-2.9.conf +++ b/tmux-2.9.conf @@ -35,11 +35,11 @@ set -g window-status-separator '' set -g @ssh_auto_rename_window off set -g status-style '' -set-window-option -g status-left "#[bg=green, fg=black]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #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=white" -set-window-option -g window-status-current-style "fg=green" +set-window-option -g window-status-current-style "bg=green, fg=black" set-window-option -g window-status-bell-style "fg=yellow" set-window-option -g window-status-activity-style "fg=blue" set-window-option -g window-status-format ' #I #W '