Tmux : Make right status blank.

This commit is contained in:
Dmitry Voronin 2024-05-07 15:00:02 +03:00 committed by Dmitry Voronin
parent a84108ebca
commit 57cd17bc7d
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -14,6 +14,7 @@ in {
set -g status-left "#[bold] #H-#S " set -g status-left "#[bold] #H-#S "
set -g status-left-length ${toString(setting.tmux.status.length)} set -g status-left-length ${toString(setting.tmux.status.length)}
set -g status-right ""
set-window-option -g window-status-separator "" set-window-option -g window-status-separator ""