tmux statusline style

This commit is contained in:
thek4n 2024-04-03 10:07:10 +03:00
parent c170508a26
commit 6b28c377c7

View File

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