diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f457b5f..da44145 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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]" # 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-style bold