display login name in tmux status bar
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
58d4d4b0c3
commit
dddb387e58
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue