tmux: Updated display of local/remote status

This commit is contained in:
2026-02-12 22:55:00 +01:00
parent 6b3af90691
commit 77f62a8c0e

View File

@@ -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