Add SSH indicator

This commit is contained in:
Alex Selimov 2025-11-15 02:15:56 +00:00
parent da4475fb72
commit 9eefd32bba

View file

@ -53,7 +53,7 @@ set -g status-position bottom
set -g status-justify left
set -g status-style 'fg=black bold'
set -g status-left ''
set -g status-left '#( [ -n "$SSH_CONNECTION" ] && printf " #[fg=red,bold][SSH]" ) '
set -g status-left-length 10
set -g status-right-style 'fg=white bold bg=black'