diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a6d50b0..ce6aef0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -103,7 +103,7 @@ setw -g window-status-current-format '#[bg=#c6a0f6,fg=black] #I #[bg=#585B70,fg= set -g window-status-separator " " # Status bar right settings (display host information, red when connected via SSH) -set -g status-right '#{?SSH_CONNECTION,#[fg=black bg=#ed8796],#[fg=black bg=#7dc4e4]} H #[fg=white,bg=brightblack] #H ' +set -g status-right '#{?SSH_CONNECTION,#[fg=black bg=#fab387] SSH ,#[fg=black bg=#7dc4e4] H }#[fg=white,bg=brightblack] #H ' # Set the maximum length for the right status set -g status-right-length 40