(tmux) show username in statusline
This commit is contained in:
parent
4a28e2acf4
commit
5975732423
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set -g status-style "bg=default"
|
||||||
set -g message-style "fg=default,bg=default"
|
set -g message-style "fg=default,bg=default"
|
||||||
set -g message-command-style "fg=default,bg=default"
|
set -g message-command-style "fg=default,bg=default"
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#{?client_prefix,#[reverse]#[fg=color2] prefix #[noreverse],}#[fg=color6] #h "
|
set -g status-right "#{?client_prefix,#[reverse]#[fg=color2] prefix #[noreverse],}#[fg=color6] #(whoami)@#h "
|
||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-format "#[fg=color242,bg=default] #W "
|
setw -g window-status-format "#[fg=color242,bg=default] #W "
|
||||||
setw -g window-status-current-format "#[fg=color0,bg=color6] #W "
|
setw -g window-status-current-format "#[fg=color0,bg=color6] #W "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue