style(tmux): statusline

This commit is contained in:
thek4n 2024-04-04 14:53:04 +03:00
parent 004b85ef03
commit 3b0dcbf597

View File

@ -7,10 +7,11 @@ set -ga update-environment 'DISPLAY' # Maybe fix DISPLAY?
# status style
set -g status-style 'bg=default,fg=white'
set -g status-justify centre # center windows in statusline
set -g status-justify left # center windows in statusline
set -g status-left ""
set -g status-left-length 40
set -g status-left "#S@#H"
set -g status-right '%d.%m.%Y %a %H:%M'
set -g status-right '[#S@#H] %d.%m.%Y %a %H:%M'
set -g status-right-length 200
set -g window-status-style 'bg=default'
set -g window-status-current-style 'bg=white,fg=black bold'
set -g window-status-format '#W#{?window_flags,#{window_flags}, }'