From 4eeac04063f20d0a77e7d3b710de0f717682e25f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 1 Nov 2024 01:16:47 +0000 Subject: Fix tmux statusbar window selection indicator --- dot-config/tmux/tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dot-config') diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index f0f5510..cba76a3 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -5,9 +5,9 @@ bind C-Space send-prefix # Status bar set -g status-position top -set -g status-left " #S : " -set -g window-status-format "[#W]" -set -g window-status-current-format "[#W]" +set -g status-left " #S | " +set -g window-status-format " #W " +set -g window-status-current-format "<#W>" set -g status-left-length 30 set -g status-right "#(acpi | cut -f 2-3 -d,) | #{user}@#H | %F | %T " set -g status-right-length 150 -- cgit