diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 988ccde26..9622502de 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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"