From 6cf31efea77ca75853838ce87d18b1f7e24f8316 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 9 Jun 2026 22:11:15 +0300 Subject: tmux.rocky.conf: add pane indicators in red/orange (display-panes, pane-border-status, window-status format) --- tmux/tmux.rocky.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux/tmux.rocky.conf b/tmux/tmux.rocky.conf index 8723d3c..2f909c9 100644 --- a/tmux/tmux.rocky.conf +++ b/tmux/tmux.rocky.conf @@ -19,6 +19,16 @@ set -g status-left-length 30 set -g window-status-current-style 'bg=brightred,fg=white,bold' set -g window-status-style 'bg=colour208,fg=black' +set -g window-status-current-format ' #I*#[bg=brightred,fg=white] #W ' +set -g window-status-format ' #I #[bg=colour208,fg=black] #W ' + +# Pane indicators (prefix+q pane numbers) +set -g display-panes-colour colour208 +set -g display-panes-active-colour brightred + +# Show pane info on borders (tmux 3.1+), colored to match +set -g pane-border-status top +set -g pane-border-format '#[fg=colour208] #{pane_index} #[fg=brightred]#{pane_title} ' # Disable hexai status theme on rocky (not installed / not relevant) set -g status-right '#[fg=colour8]| %H:%M ' -- cgit v1.2.3