Skip to content

Commit

Permalink
fix(flags): remove additional space from flags
Browse files Browse the repository at this point in the history
This effectively lets users decide if they want an additional space, instead of it being hard-coded
  • Loading branch information
ItzYeho committed Jan 18, 2025
1 parent ba9bd88 commit 1612d75
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 @@ -168,7 +168,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
set -gF window-status-bell-style "bg=#{@thm_yellow},fg=#{@thm_crust}"

%if "#{==:#{@catppuccin_window_flags},icon}"
set -gqF @_ctp_w_flags "#{E:@catppuccin_window_flags_icon_format} "
set -gqF @_ctp_w_flags "#{E:@catppuccin_window_flags_icon_format}"
%elif "#{==:#{@catppuccin_window_flags},text}"
set -gq @_ctp_w_flags "#F"
%else
Expand Down

0 comments on commit 1612d75

Please sign in to comment.