summaryrefslogtreecommitdiff
path: root/config/common/tmux/tmux.conf
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-01 00:38:59 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-09-01 00:38:59 +0200
commitd94e878591beed81db514cd429fc638f3c296785 (patch)
treebded143aa5a6ce0326f52ed68f4f03d904e9a600 /config/common/tmux/tmux.conf
parentd0ae21d18c24fa0c4e7d39d3e57e6613501b697d (diff)
parent2d4be6b13ee3f3154e308d09ba54f0f61e4d5b2f (diff)
Merge branch 'main' of /var/git/dotfiles
Diffstat (limited to 'config/common/tmux/tmux.conf')
-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