From aaa552df4bfba9a91693deea6f91355a9644c006 Mon Sep 17 00:00:00 2001 From: afonso Date: Wed, 1 May 2024 18:52:32 +0100 Subject: [PATCH] [tmux] remove duplicate entry in status_bar config --- .config/tmux/tmux_status_bar.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/tmux/tmux_status_bar.conf b/.config/tmux/tmux_status_bar.conf index 38d574f..f912ac8 100644 --- a/.config/tmux/tmux_status_bar.conf +++ b/.config/tmux/tmux_status_bar.conf @@ -17,9 +17,6 @@ set -g status-justify left # Set right side of the status bar set -g status-right '#[bg=#{status-bg},fg=#{@unfocused-fg}] #S' -# Set window status format -set -g window-status-format ' #I:#W ' - # Set window status format set -g window-status-format ' #[bg=#{status-bg},fg=#{@unfocused-fg}] #I:#W '