From e8011eb7ff23c119ac26f3332cae918f0b2d376b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Fri, 9 Jul 2021 13:43:23 +0200 Subject: [PATCH] add zoom indicator --- dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 0c7d358..13443f3 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -42,7 +42,7 @@ set -g window-status-style fg=colour244,bg=default set -g window-status-format ' #I #W ' # Set the active window color and style set -g window-status-current-style fg=black,bg=colour136 -set -g window-status-current-format ' #I #W ' +set -g window-status-current-format '#{?window_zoomed_flag,#[fg=red](,}#I #W#{?window_zoomed_flag,#[fg=red]),}' # Colors for pane borders(default) setw -g pane-border-style fg=colour240,bg=default