feat(tmux): remove padding from the bar

This commit is contained in:
Sergio Laín 2025-08-13 19:45:05 +02:00
parent 80fea4fe2c
commit df3bd9fa20
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -11,7 +11,4 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'
# Padding for the status bar (Need to put it here to work correctly)
set -Fg 'status-format[1]' '#{status-format[0]}'
set -g 'status-format[1]' ''
set -g status 2