From 65404d72b060e486d25aa5db3a60ac38e039c96f Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Tue, 22 Oct 2024 17:28:44 -0700 Subject: [PATCH] add session name to tmux status bar --- home/dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 65019929..376d83e1 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -86,7 +86,7 @@ set-option -g status-interval 1 set-option -g status-style bg=black set-option -g status-style fg=white set -g status-left '#[fg=green]#H #[default]' -set -g status-right '%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d' +set -g status-right '#[fg=red]#S #[default]%a%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d' set-option -g pane-active-border-style fg=yellow set-option -g pane-border-style fg=cyan