From 2ed5575f85fce92cc4776a57c4d37464cd850210 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 22 Feb 2024 13:29:11 +0100 Subject: tmux: Leftpad session name --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f06f5fd..11fe559 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -2,7 +2,7 @@ # status line set -g status-position top set -g status-style 'fg=#908CAA,bg=#1F1D2E' -set -g status-left '#S | ' +set -g status-left ' #S | ' set -g status-right '' set -g window-status-format '#W' set -g window-status-current-style 'fg=white' -- cgit v1.2.3