tmux status line

This commit is contained in:
thek4n 2024-03-06 16:49:45 +03:00
parent 2bd34be8e2
commit 949598cdf2

View File

@ -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'