diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-01 01:16:47 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-01 01:26:02 +0000 |
| commit | 4eeac04063f20d0a77e7d3b710de0f717682e25f (patch) | |
| tree | 356c5bdfcc2de0ec5f181ef557b32cb82c0699c7 | |
| parent | c891a9f8ea856ef2694656c51e35ca63c1f002f2 (diff) | |
Fix tmux statusbar window selection indicator
| -rw-r--r-- | dot-config/tmux/tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
