From 4188a238a7b8e8ee6a1173f436cb1adc476252ed Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 16 Nov 2022 15:33:47 +0000 Subject: [PATCH] [tmux] Update tmux.conf to use the newer versions of window-status settings --- tmux.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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"