catppuccin / tmux

πŸ’½ Soothing pastel theme for Tmux
MIT License
1.96k stars 620 forks source link

How to fix the edge from popping out of the terminal?? #262

Closed mike-rambil closed 4 months ago

mike-rambil commented 4 months ago

Is there an existing issue outlining your problem?

Describe your problem.

I have some of the edges of the terminal popping out of the border.

image

Here you would notice:

Paste your configuration.

# Terminal colors
set -g default-terminal "tmux-256color"
set -sag terminal-features ",*:RGB"
set -sag terminal-features ",*:usstyle"

set -g prefix ^B
set -g base-index 1              # start indexing windows at 1 instead of 0
set -g detach-on-destroy off     # don't exit from tmux when closing a session
set -g escape-time 0             # zero-out escape time delay
set -g history-limit 1000000     # increase history size (from 2,000)
set -g renumber-windows on       # renumber all windows when any window is closed
set -g set-clipboard on          # use system clipboard
set -g status-position top       # macOS / darwin style
set -g default-terminal "${TERM}"
setw -g mode-keys vi
set -g pane-active-border-style 'fg=magenta,bg=default'
set -g pane-border-style 'fg=brightblack,bg=default'

set -g @fzf-url-fzf-options '-p 60%,30% --prompt="ο‚Ž   " --border-label=" Open URL "'
set -g @fzf-url-history-limit '2000'

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'mike-rambil/tmux-catppuccin'

# status format
set -g @catppuccin_status_background "theme"
set -g @catppuccin_status_connect_separator "yes"

# window icons
set -g @catppuccin_icon_window_last "σ°–° "
set -g @catppuccin_icon_window_current "σ°–― "
set -g @catppuccin_icon_window_zoom "󰁌 "
set -g @catppuccin_icon_window_mark "󰃀 "
set -g @catppuccin_icon_window_silent "σ°‚› "
set -g @catppuccin_icon_window_activity "σ±…« "
set -g @catppuccin_icon_window_bell "σ°‚ž "

# window format
set -g @catppuccin_window_separator " "
set -g @catppuccin_window_left_separator "β–ˆ"
set -g @catppuccin_window_right_separator "β–ˆ"
set -g @catppuccin_window_number_position "left"
set -g @catppuccin_window_middle_separator "β–ˆ "
set -g @catppuccin_window_status_enable "yes"
set -g @catppuccin_window_status_icon_enable "yes"

# window default format
set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#{s|$USER|~|:#{=/-32/...:#{b:pane_current_path}}}"

# window current format
set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#{s|$HOME|~|:#{=/-32/...:#{pane_current_path}}}"

# status modules list
set -g @catppuccin_status_modules_right "application session date_time"
set -g @catppuccin_status_left_separator "β–ˆ"
set -g @catppuccin_status_right_separator "β–ˆ"
set -g @catppuccin_status_right_separator_inverse "no"
set -g @catppuccin_status_fill "icon"

# config for date_time module
set -g @catppuccin_date_time_text "%H:%M"

run '~/.config/tmux/plugins/tpm/tpm'

Attach screenshots.

image

What tmux version are you seeing the issue on?

tmux 3.2a

Any additional comments?

No response

vdbe commented 4 months ago

That is a problem with the terminal nothing we can do about it (I guess you mean the color below the bar)