diff options
| -rw-r--r-- | tmux/tmux.rocky.conf | 10 |
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 ' |
