diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-02-22 13:29:11 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-02-22 13:29:11 +0100 |
commit | 2ed5575f85fce92cc4776a57c4d37464cd850210 (patch) | |
tree | d714f09577edc509dce64db309651435ab1a61e3 /.config/tmux | |
parent | 679d45816810dd62c7574b1094584daef8a4d41d (diff) |
tmux: Leftpad session name
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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' |