diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index dd5b62f5..f8c6598b 100755 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -50,7 +50,7 @@ set -g status-position top # [top, bottom] set -g status-style fg=white,bg=black set -g status-left-length 60 set -g status-left-style fg=white,bg=black -set -g status-left " #[fg=colour34]#S#[default]" +set -g status-left " #[fg=colour34]#T#[default]" set -g status-right-length 140 set -g status-right-style fg=white,bg=black set -g status-right "| #[fg=colour34]#(tmux-mem-cpu-load --interval 2)#[default] "