From 51097e4aaec14a12fa9fff1054796274e7df79f6 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 13 Feb 2025 00:14:03 +0000 Subject: [PATCH] Remove session name from end of right status panel in tmux --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f457b5f..da44145 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -126,7 +126,7 @@ setw -g window-status-format "#[bg=#171B24,fg=#CCCAC2] #[bold]#I #[default] #[fg setw -g window-status-current-format "#[bg=#757B84,fg=#EFEDE7] #[bold]#I #[default] #[fg=#FFAD66]#W #[default]" # Set the right status: Battery, date and time, session name -set -g status-right "#($HOME/.config/tmux/tmux-status-right.sh) | #S#[default]" +set -g status-right "#($HOME/.config/tmux/tmux-status-right.sh)" set -g status-bg "#171B24" set -g status-style bold