Skip to content

Commit 2a6c45b

Browse files
SfinxNTkjnsn
andauthored
fix: use current window separators for the current window format (#443)
--------- Co-authored-by: Kaley Main <[email protected]>
1 parent 1795723 commit 2a6c45b

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
@@ -202,13 +202,13 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
202202
"#{E:@_ctp_w_number_style}#{E:@catppuccin_window_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 \
205-
"#{E:@_ctp_w_text_style}#{@catppuccin_window_current_text}#{@_ctp_w_flags}#{E:@catppuccin_window_right_separator}"
205+
"#{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 \
208208
"#{E:@_ctp_w_text_style}#{E:@catppuccin_window_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 \
211-
"#{E:@_ctp_w_number_style} #{@catppuccin_window_current_number}#{E:@catppuccin_window_right_separator}"
211+
"#{E:@_ctp_w_number_style} #{@catppuccin_window_current_number}#{E:@catppuccin_window_current_right_separator}"
212212
%endif
213213

214214

0 commit comments

Comments
 (0)