Tmux : Remove right status.

This commit is contained in:
Dmitry Voronin 2024-05-07 14:29:11 +03:00
parent a7e721ca8e
commit 8d45b739fb
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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