From 5afb9532f4b6006cb02ab72a9de05f1adafa6781 Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Fri, 2 Nov 2018 11:55:27 +0100 Subject: [PATCH] fix syntax in tmux theme --- common/.tmux-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.tmux-theme b/common/.tmux-theme index 278b80c..baea21c 100644 --- a/common/.tmux-theme +++ b/common/.tmux-theme @@ -17,5 +17,5 @@ set -g pane-border-fg "black" set -g status-left-attr "none" set -g status-left "#[fg=white,bg=colour31] S#S #[fg=colour2,bg=colour233,nobold,nounderscore,noitalics]" set -g status-right "#[nobold,nounderscore,noitalics] #[fg=colour2,bg=black,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour2] #h" -setw -g window-status-format "#[fg=colour031,bg=black] #{?window_activity_flag,#,}#{?window_bell_flag,!,}#{?window_silence_flag,~,}#I" +setw -g window-status-format "#[fg=colour031,bg=black] #{?window_activity_flag,##,}#{?window_bell_flag,!,}#{?window_silence_flag,~,}#I" setw -g window-status-current-format " #[fg=white,bg=colour31,nobold,nounderscore,noitalics][#I]#[fg=black,bg=colour233,nobold,nounderscore,noitalics]"