Skip to content

Wrong behavior on status bar with separator #435

@andreacoi

Description

@andreacoi

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.

tmux

What tmux version are you seeing the issue on?

tmux 3.3a

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions