Skip to content

updating middle separator to reference config #463

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions catppuccin_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ set -wgF pane-border-style "#{E:@catppuccin_pane_border_style}"
%elif "#{==:#{@catppuccin_window_status_style},rounded}"

set -gq @catppuccin_window_left_separator "#[fg=#{@_ctp_status_bg},reverse]#[none]"
set -gq @catppuccin_window_middle_separator " "
set -gqF @catppuccin_window_middle_separator "#{E:@catppuccin_window_middle_separator}"
set -gq @catppuccin_window_right_separator "#[fg=#{@_ctp_status_bg},reverse]#[none]"

%elif "#{==:#{@catppuccin_window_status_style},slanted}"
Expand Down Expand Up @@ -188,7 +188,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
"#{E:@_ctp_w_text_style}#{E:@catppuccin_window_left_separator}#{E:@_ctp_w_text_style}#{@catppuccin_window_text}#{@_ctp_w_flags}"
set -agF window-status-format "#{E:@catppuccin_window_middle_separator}"
set -agF window-status-format \
"#{E:@_ctp_w_number_style} #{@catppuccin_window_number}#{E:@catppuccin_window_right_separator}"
"#{E:@_ctp_w_number_style}#{@catppuccin_window_number}#{E:@catppuccin_window_right_separator}"
%endif

# =======================================
Expand All @@ -208,7 +208,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
"#{E:@_ctp_w_text_style}#{E:@catppuccin_window_current_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_current_right_separator}"
"#{E:@_ctp_w_number_style}#{@catppuccin_window_current_number}#{E:@catppuccin_window_current_right_separator}"
%endif


Expand All @@ -221,3 +221,4 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
# Mode style. This is used for copy mode highlighting to style the current selection.
set -gF mode-style "bg=#{@thm_surface_0},bold"
set -gF clock-mode-colour "#{@thm_blue}"