aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/tmux.conf b/base/tmux.conf
index 272c954..3aa853a 100644
--- a/base/tmux.conf
+++ b/base/tmux.conf
@@ -25,8 +25,8 @@ set -g status-right-length 30
set -g status-style "fg=colour8,bg=colour18"
set -g status-left "#(bash ~/.tmux/status)"
set -g status-right "#[fg=colour19]#[bg=colour19,fg=colour7] %a %m.%d %R 💜"
-set -g window-status-format "#{?#W,#W,#I} #[default,fg=colour19]"
-set -g window-status-current-format "#{?#W,#W,#I} #[nobold,fg=colour19]"
+set -g window-status-format "#{?#W,#W,#I}#{?window_zoomed_flag,+,} #[default,fg=colour19]"
+set -g window-status-current-format "#{?#W,#W,#I}#{?window_zoomed_flag,+,} #[nobold,fg=colour19]"
set -g window-status-current-style "fg=colour4,bold"
set -g window-status-activity-style "fg=colour20"
set -g window-status-bell-style "fg=colour20"