Skip to content

Commit ba9bd88

Browse files
authored
fix: use the correct option for the left separator for the current window (#450)
1 parent 2c4cb5a commit ba9bd88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catppuccin_tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
199199
set -g @_ctp_w_text_style "#[fg=#{@thm_fg},bg=#{@catppuccin_window_current_text_color}]"
200200
%if "#{==:#{@catppuccin_window_number_position},left}"
201201
set -gF window-status-current-format \
202-
"#{E:@_ctp_w_number_style}#{E:@catppuccin_window_left_separator}#{@catppuccin_window_current_number}"
202+
"#{E:@_ctp_w_number_style}#{E:@catppuccin_window_current_left_separator}#{@catppuccin_window_current_number}"
203203
set -agF window-status-current-format "#{E:@catppuccin_window_current_middle_separator}"
204204
set -agF window-status-current-format \
205205
"#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}#{E:@catppuccin_window_current_right_separator}"
206206
%else
207207
set -gF window-status-current-format \
208-
"#{E:@_ctp_w_text_style}#{E:@catppuccin_window_left_separator}#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}"
208+
"#{E:@_ctp_w_text_style}#{E:@catppuccin_window_current_left_separator}#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}"
209209
set -agF window-status-current-format "#{E:@catppuccin_window_current_middle_separator}"
210210
set -agF window-status-current-format \
211211
"#{E:@_ctp_w_number_style} #{@catppuccin_window_current_number}#{E:@catppuccin_window_current_right_separator}"

0 commit comments

Comments
 (0)