diff --git a/home/tmux.conf b/home/tmux.conf index 31d169c..6e9e306 100644 --- a/home/tmux.conf +++ b/home/tmux.conf @@ -21,7 +21,7 @@ set -g status-style 'fg=lightblue' # left status bar set -g status-left-style 'fg=blue' -set -g status-left '#(hostname) (#(hostname -I | cut -f 1 -d " "))' +set -g status-left '#(whoami) @ #(hostname) (#(hostname -I | cut -f 1 -d " "))' set -g status-left-length 200 # right status bar