add username to left status bar

This commit is contained in:
Carlos Sousa 2024-12-27 22:19:42 +01:00
parent 80469b3721
commit 07405f88cc

View File

@ -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