Skip to content

Bug with gitmux gap #581

@dboczkow

Description

@dboczkow

I am not requesting help with my configuration and believe something is genuinely broken.

  • Something is really actually broken.

Is there an existing issue outlining your problem?

Describe your problem.

gitmux dont have separator on right side when connect_separator is set to no

Paste your configuration.

set-option -g status-position top

set -g @catppuccin_flavor "mocha"
set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_flags "icon"
set -g @catppuccin_window_flags_zoom " "
set -g @catppuccin_window_left_separator ""
set -g @catppuccin_window_right_separator " "
set -g @catppuccin_status_background "#1E1E2E"

run ~/.config/tmux/plugins/tmux/catppuccin.tmux

set -g @catppuccin_status_left_separator ""
set -g @catppuccin_status_middle_separator ""
set -g @catppuccin_status_right_separator " "
set -g @catppuccin_status_connect_separator "no" # yes, no
set -g @catppuccin_status_gitmux_text_bg "#{@thm_mantle}"
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
set -ag status-left "#{E:@catppuccin_status_session}"
set -g status-right "#{E:@catppuccin_status_application}"
set -agF status-right "#{?#{shell_cmd:test -d #{pane_current_path}/.git},#{@catppuccin_status_gitmux}}"

Attach screenshots.

Image

What tmux version are you seeing the issue on?

tmux 3.6a

What shell are you using?

zsh

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