Is there an existing issue outlining your problem?
[X] I have searched the existing issues and they do not solve my problem.
Describe your problem.
I have some of the edges of the terminal popping out of the border.
Here you would notice:
the terminal icons pop out at the top
the "1" also causes to pop out at the top
and the same for the other Icon and calendar icon
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'
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.
Here you would notice:
Paste your configuration.
Attach screenshots.
What tmux version are you seeing the issue on?
tmux 3.2a
Any additional comments?
No response