1
0
Fork 0

change tmux statusbar

This commit is contained in:
Luca Bilke 2023-12-12 18:49:28 +01:00
parent a93c24c92f
commit 8fbb1cad0c
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{25
set -g mode-style "fg=default,bg=blue"
set -g message-style "fg=green,bg=black"
set -g status-style "fg=gray,bg=black"
# set -g status-right ""
# set -g status-left ""
set -g status-left ""
set -g status-right "#{user}@#H Session:#S Pane_PID:#{pane_pid} Client_PID:#{client_pid} Server_PID:#{pid} Version: #{version} "
setw -g window-status-current-style "fg=black,bold,bg=blue"
setw -g window-status-current-format " #I "
setw -g window-status-activity-style "fg=gray"