Remove session name from end of right status panel in tmux

This commit is contained in:
Martin Larsson 2025-02-13 00:14:03 +00:00
parent 37661ca513
commit 51097e4aae

View file

@ -126,7 +126,7 @@ setw -g window-status-format "#[bg=#171B24,fg=#CCCAC2] #[bold]#I #[default] #[fg
setw -g window-status-current-format "#[bg=#757B84,fg=#EFEDE7] #[bold]#I #[default] #[fg=#FFAD66]#W #[default]" setw -g window-status-current-format "#[bg=#757B84,fg=#EFEDE7] #[bold]#I #[default] #[fg=#FFAD66]#W #[default]"
# Set the right status: Battery, date and time, session name # Set the right status: Battery, date and time, session name
set -g status-right "#($HOME/.config/tmux/tmux-status-right.sh) | #S#[default]" set -g status-right "#($HOME/.config/tmux/tmux-status-right.sh)"
set -g status-bg "#171B24" set -g status-bg "#171B24"
set -g status-style bold set -g status-style bold