style(tmux): windows line

This commit is contained in:
thek4n 2024-05-15 16:40:39 +03:00
parent 99cdd2219f
commit 0a12479916

View File

@ -20,10 +20,10 @@ set -g mode-style "fg=default,bg=$_tmux_color_menu"
# status style
set -g status-style "bg=default,fg=white"
set -g status-justify left
set -g status-left ""
set -g status-left-length 0
set -g status-right "[#S@#H] %d.%m.%Y %a %H:%M"
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"
set -g status-right-length 200
set -g window-status-separator " "
set -g window-status-style "bg=colour236"