tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Issue with @catppuccin_pane_{left,right}_separator background

Open onaforeignshore opened this issue 2 years ago • 5 comments

I have set the following:

set -g @catppuccin_pane_status_enabled "yes"
set -g @catppuccin_pane_border_status "top"
set -g @catppuccin_pane_left_separator "î‚¶"
set -g @catppuccin_pane_right_separator "î‚´"
set -g @catppuccin_pane_middle_separator " â–ˆ"
set -g @catppuccin_pane_number_position "right"
set -g @catppuccin_pane_default_fill "number"
set -g @catppuccin_pane_border_style "fg=#24273a"
set -g @catppuccin_pane_active_border_style "fg=#24273a"

Looking closely at the picture, you can see a background behind the separator where there should be none.

Screenshot 2024-03-31 at 18 20 03

onaforeignshore avatar Mar 31 '24 14:03 onaforeignshore

Same here

guedesfelipe avatar Apr 02 '24 12:04 guedesfelipe

@onaforeignshore I made a fork and create a tag that works for me...

Install: set -g @plugin 'guedesfelipe/catppuccin_tmux#1.0.0'

Tag 1.0.0 rollback to commit e80cb735bbcd264ff971fdf7e58b219b60286c81

@vdbe @89iuv Maybe we need to use tags at each changes to not break our envs xD

guedesfelipe avatar Apr 03 '24 13:04 guedesfelipe

@guedesfelipe This works for me. Thanks! before: image after: image

vn7n24fzkq avatar May 02 '24 17:05 vn7n24fzkq

I flipped to your fork, and then back to

set -g @plugin 'catppuccin/tmux'
set -g @catppuccin_flavour 'mocha'

and it went from odd background colors back to normal (sorry, neglected to take a screenshot). Thanks for the help!

davidfmatheson avatar May 08 '24 21:05 davidfmatheson

@vn7n24fzkq If you make an issue with your config I can try to find the problem. From you screenshots it seems like config 3 with a custom background color and top status bar which works fine.

image

vdbe avatar May 09 '24 17:05 vdbe