diff --git a/tmux.conf b/tmux.conf index 69311e2..9f4c18f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,11 +35,12 @@ set -g base-index 1 set -g pane-base-index 1 # Tabs like this: "(:)" -set -g window-status-style "fg=white,bg=black" -set -g window-status-format " #I #W " -set -g window-status-current-style "fg=white,bg=blue" -set -g window-status-current-format " #I #W " -set -g window-status-separator "" +setw -g window-status-style "fg=white,bg=black" +setw -g window-status-format " #{?#{==:#W,tmux},...,#I} #W " +setw -g window-status-current-style "fg=white,bg=blue" +#setw -g window-status-current-format " #I #W " +setw -g window-status-current-format " #{?#{==:#W,tmux},...,#I} #W " +setw -g window-status-separator "" set -g window-status-bell-style "bg=red" set -g window-status-activity-style "bg=red"