[tmux] Update tmux.conf to use the newer versions of window-status settings

This commit is contained in:
Eryn Wells 2022-11-16 15:33:47 +00:00
parent 11ce2cd5c7
commit 4188a238a7

View file

@ -35,11 +35,12 @@ set -g base-index 1
set -g pane-base-index 1
# Tabs like this: "(<index>:<window_name>)"
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"