summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-09 22:11:15 +0300
committerPaul Buetow <paul@buetow.org>2026-06-09 22:11:15 +0300
commit6cf31efea77ca75853838ce87d18b1f7e24f8316 (patch)
tree2ae1c3a3bc0fc6b416880aa92e5a42d813773243
parent2fdd97ab10f7fa88f1fa840d0640373b122bcc7b (diff)
tmux.rocky.conf: add pane indicators in red/orange (display-panes, pane-border-status, window-status format)
-rw-r--r--tmux/tmux.rocky.conf10
1 files changed, 10 insertions, 0 deletions
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 '