diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 0121b01..b98f2f6 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -27,5 +27,9 @@ set -g status-interval 1 ### are we controlling tmux or the content of the panes? set -g status-left '#[bg=#504945]#[fg=#d5c4a1]#{?client_prefix,#[bg=#fe8019],} ☺ ' +set -g window-status-format " #I:#W#F" +set -g window-status-current-style fg='#d5c4a1' +set -g window-status-current-format " [ #I:#W#F ]" + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'