diff --git a/catppuccin_tmux.conf b/catppuccin_tmux.conf index a4cc5403..62947d33 100644 --- a/catppuccin_tmux.conf +++ b/catppuccin_tmux.conf @@ -202,13 +202,13 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right "#{E:@_ctp_w_number_style}#{E:@catppuccin_window_left_separator}#{@catppuccin_window_current_number}" set -agF window-status-current-format "#{E:@catppuccin_window_current_middle_separator}" set -agF window-status-current-format \ - "#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}#{E:@catppuccin_window_right_separator}" + "#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}#{E:@catppuccin_window_current_right_separator}" %else set -gF window-status-current-format \ "#{E:@_ctp_w_text_style}#{E:@catppuccin_window_left_separator}#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}" set -agF window-status-current-format "#{E:@catppuccin_window_current_middle_separator}" set -agF window-status-current-format \ - "#{E:@_ctp_w_number_style} #{@catppuccin_window_current_number}#{E:@catppuccin_window_right_separator}" + "#{E:@_ctp_w_number_style} #{@catppuccin_window_current_number}#{E:@catppuccin_window_current_right_separator}" %endif