Glitched Pane #532
Glitched Pane
#532
-
|
With this config: Detailsunbind r
bind r source-file ~/.tmux.conf
set -g mouse on
set -g prefix C-z
bind C-z send-prefix
bind C-l send-keys 'C-l'
set -g status-right-length 100
set -g status-left-length 100
set-option -g status-position top
set-option -sg escape-time 10
set-option -g focus-events on
set-option -a terminal-features 'xterm-256color:RGB'
set -g default-terminal "screen-256color"
# Image Rendering
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
# act like vim
setw -g mode-keys vi
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
# Initialize TPM (Tmux Plugin Manager)
set -g @plugin 'tmux-plugins/tpm'
# List of plugins
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'b0o/tmux-autoreload'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'sainnhe/tmux-fzf'
set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'omerxx/tmux-floax'
set -g @plugin 'joshmedeski/tmux-nerd-font-window-name'
set -g @plugin 'alexwforsythe/tmux-which-key'
set -g base-index 1
set -g pane-base-index 1
set -g @catppuccin_flavor "mocha"
set -g @catppuccin_status_left_separator " "
set -g @catppuccin_status_right_separator ""
set -g @catppuccin_window_status_style "rounded"
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_default_fill "number"
set -g @catppuccin_window_default_text "#W"
set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_text "#{?#{!=:#W,zsh},#W,#T}"
set -g @catppuccin_window_current_text "#{?#{!=:#W,zsh},#W,#T}"
set -g @catppuccin_status_fill "icon"
set -g @catppuccin_status_connect_separator "no"
set -g @catppuccin_date_time_text " %I:%M %p"
set -g @catppuccin_window_default_background "#{@thm_blue}"
set -g @catppuccin_window_current_background "#{@thm_peach}"
set -g @catppuccin_window_default_color "#{@thm_surface_1}"
set -g @catppuccin_window_current_color "#{@thm_bg}"
set -g @catppuccin_status_background "none"
run '~/.tmux/plugins/tmux/catppuccin.tmux'
set -g status-left ""
set -g status-left "#{E:@catppuccin_status_session} "
set -g status-right "#[bg=#{@thm_flamingo},fg=#{@thm_bg}]#[reverse]#[noreverse] "
set -ag status-right "#[fg=#{@thm_fg},bg=#{@thm_surface_0}] %d.%m.%Y"
set -ag status-right "#[fg=#{@thm_bg},bg=#{@thm_surface_0},reverse]#[none]"
set -ag status-right "#{E:@catppuccin_status_date_time}"
set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pane-contents 'on'
set -g @sessionx-ls-command 'eza --tree --level=2 --icons --git'
set -g @sessionx-zoxide-mode 'on'
run '~/.tmux/plugins/tpm/tpm'
set -g status-bg default
set -g status-style bg=defaultI get: I searched and found #475, and issues linked but couldn't fix, help pls. |
Beta Was this translation helpful? Give feedback.
Answered by
kjnsn
May 12, 2025
Replies: 2 comments 2 replies
-
|
Idk but it kinda looks like rounded and basic options are overlapping. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It's a known issue, without a good workaround. The details of what cause this are outlined in #409. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MuntasirSZN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It's a known issue, without a good workaround. The details of what cause this are outlined in #409.