From df3bd9fa20eed8ea567617c76ddba731a077d2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 13 Aug 2025 19:45:05 +0200 Subject: [PATCH] feat(tmux): remove padding from the bar --- .config/tmux/tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 9233fbfc..def66c14 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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) 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 +