Tmux: Add a space to the status-right.

This commit is contained in:
Dmitry Voronin 2025-01-16 11:50:53 +03:00
parent 70b2b9bf55
commit f80b92cd39
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -61,7 +61,7 @@ set -g status-left-length 50
set -g status-position top
set -g status-justify absolute-centre
set -g status-left "#[bold] #S #[default]"
set -g status-right "#[bold] #H"
set -g status-right "#[bold] #H "
# set -g status-interval 2
set-window-option -g window-status-separator ""
setw -g window-status-current-format " #W "