style(tmux): centre statusline

This commit is contained in:
thek4n 2024-04-05 16:58:21 +03:00
parent 5d337d97e4
commit 1fbc34084d

View File

@ -7,7 +7,7 @@ set -ga update-environment 'DISPLAY' # Maybe fix DISPLAY?
# status style
set -g status-style 'bg=default,fg=white'
set -g status-justify left
set -g status-justify absolute-centre
set -g status-left "[#S@#H] "
set -g status-left-length 60
set -g status-right '%d.%m.%Y %a %H:%M'