[tmux] remove duplicate entry in status_bar config

This commit is contained in:
Afonso Franco 2024-05-01 18:52:32 +01:00
parent 246add33ec
commit aaa552df4b
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -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 '