Skip to content

Commit

Permalink
fix: use current window separators for the current window format (#443)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Kaley Main <kaleymain@google.com>
  • Loading branch information
SfinxNT and kjnsn authored Dec 8, 2024
1 parent 1795723 commit 2a6c45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catppuccin_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2a6c45b

Please sign in to comment.