Skip to content

Commit

Permalink
switching to use -o flag for middle separator
Browse files Browse the repository at this point in the history
  • Loading branch information
adaviloper committed Jan 19, 2025
1 parent 368a0ed commit ed6ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 -gqF @catppuccin_window_middle_separator "#{E:@catppuccin_window_middle_separator}"
set -ogqF @catppuccin_window_middle_separator " "
set -gq @catppuccin_window_right_separator "#[fg=#{@_ctp_status_bg},reverse]#[none]"

%elif "#{==:#{@catppuccin_window_status_style},slanted}"
Expand Down

0 comments on commit ed6ed66

Please sign in to comment.