diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:36:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-25 00:36:29 +0200 |
commit | da3519041baaa3127559ba7420848808b3525772 (patch) | |
tree | d2b826db525005c64ab0f954666ad848f8b259d8 /config/common/tmux/tmux.conf | |
parent | 8fde4230fb9863925b59ace8ba9132332581e8a9 (diff) |
[tmux] added username to status
Diffstat (limited to 'config/common/tmux/tmux.conf')
-rwxr-xr-x | config/common/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index e74713a..6bfa47e 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -102,7 +102,7 @@ set -g status-position top set -g window-status-current-style "underscore" set -g status-justify left set -g status-left "#[fg=black,bg=blue,bold] #S #[fg=blue,bg=black,nobold,noitalics,nounderscore]" -set -g status-right "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H " +set -g status-right "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] #{client_user} #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H " #+--- Colors ---+ set -g status-style bg=black,fg=white |