diff --git a/home/user/.tmux.conf b/home/user/.tmux.conf index 16c818c..b19ea0d 100644 --- a/home/user/.tmux.conf +++ b/home/user/.tmux.conf @@ -16,6 +16,8 @@ bind -r C-p previous-window set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g status-left-length 40 +set -g status-left "[#S@#H] " set -g status-right '%d.%m.%Y %H:%M' set -g status-style 'bg=default,fg=white'