From 0bfe33f5720c36625392ec53e623d31580b5bdcb Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 4 Mar 2023 11:20:40 +0100 Subject: [PATCH] chore(tmux): change spacing in window status --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e57de8a..4975463 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -61,9 +61,9 @@ set -g status-right-length 100 set -g status-right "#{now_playing} " # Windows -set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W #{?window_zoomed_flag,,} " +set -g window-status-current-format "#[fg=magenta,bold,bg=default] #W#{?window_zoomed_flag,,} " set -g window-status-separator "" -set -g window-status-format "#[fg=white,bg=default] #W #{?window_bell_flag,,} " +set -g window-status-format "#[fg=white,bg=default] #W#{?window_bell_flag,,} " # Change the default delay set -sg escape-time 0