diff options
Diffstat (limited to '.config')
-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' |