From 8fbb1cad0cdc08076ea44043b95726dc235ad083 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Tue, 12 Dec 2023 18:49:28 +0100
Subject: [PATCH] change tmux statusbar

---
 .config/tmux/tmux.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 988ccde2..9622502d 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"