Catppuccin behaves unusually with the status_bar separators (right). Specifically, next to each module, a semi-circular white separator appears before the next module. Personally, I was able to fix it by modifying line 44 in utils/status_module.conf, removing #{@catppuccin_status_right_separator} and replacing it with a 'space'. I’ve attached a screenshot.
set -g @catppuccin_flavor "macchiato"
run ~/.config/tmux/plugins/catppuccin/tmux/catppuccin.tmux
# Make the status line pretty and add some modules
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -g status-right "#{E:@catppuccin_status_session}"
set -agF status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{E:@catppuccin_status_user}"
set -agF status-right "#{E:@catppuccin_status_host}"
set -agF status-right "#{E:@catppuccin_status_date_time}"
Attach screenshots.

What tmux version are you seeing the issue on?
tmux 3.3a
Any additional comments?
No response
Catppuccin behaves unusually with the status_bar separators (right). Specifically, next to each module, a semi-circular white separator appears before the next module. Personally, I was able to fix it by modifying line 44 in utils/status_module.conf, removing #{@catppuccin_status_right_separator} and replacing it with a 'space'. I’ve attached a screenshot.
Attach screenshots.
What tmux version are you seeing the issue on?
tmux 3.3a
Any additional comments?
No response