summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-30 08:29:45 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-30 08:29:45 +0200
commit2d0bab79dc284a9b006c35328a1d00c3b73bcee2 (patch)
tree0885e1cab992a79bff34434ac6f6b35e7bbb8ba6 /config
parent60eabe31c0d1d58f11fcb95a5be120b59c5bfc5d (diff)
[tmux] edited status
Diffstat (limited to 'config')
-rwxr-xr-xconfig/common/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 80ab9ca..40a9cb7 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -102,8 +102,9 @@ set -g set-titles on
set -g status-position top
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=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 "
+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 "
#+--- Colors ---+
set -g status-style bg=black,fg=white