display login name in tmux status bar
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-05-09 15:36:32 +02:00
parent 58d4d4b0c3
commit dddb387e58
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -7,7 +7,7 @@ bind C-a send-prefix # Pass on ctrl-a for other apps
# Status bar
set -g status on
set -g status-interval 10
set -g status-left '[tmux ${node.name}] '
set -g status-left '[#(logname)@${node.name}] '
set -g status-left-length ${len(node.name)+10}
set -g status-right " „#{pane_title}“ %Y-%m-%d %H:%M UTC"