Remove session name from end of right status panel in tmux
This commit is contained in:
parent
37661ca513
commit
51097e4aae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue