diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 01:09:01 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-06 01:09:01 +0200 |
commit | 402e7ba205ff9817b3488c979ef6743282813eb0 (patch) | |
tree | dd039e8ec748faa237aa7a02d287e9fcc6528a88 /config/common/tmux | |
parent | 9bf178bf1575b6c64740851cb0f6b2c0c87761b7 (diff) |
checkpoint
Diffstat (limited to 'config/common/tmux')
-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 8cf10e5..0892ff8 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -125,7 +125,7 @@ set -g window-status-current-style "underscore" set -g status-justify left set -g status-left-length 16 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=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=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #{user}@#H " #+--- Colors ---+ set -g status-style bg=black,fg=white |