summaryrefslogtreecommitdiff
path: root/config/common/tmux
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-07 16:12:15 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-07 16:12:15 +0200
commit39a11473a452746aaa7a16465a8782fb3b1fbf7b (patch)
tree55215ab2cbcf2e57f13c4925ce36e9b3af04a50a /config/common/tmux
parentf45828f7875ca8f29790fa468cb927d8ea429791 (diff)
parent1e755f4db73f1dc9671986c1b5f833eaab21fdc6 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-xconfig/common/tmux/tmux.conf2
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