diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c7562b6..bdcd275 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -73,3 +73,14 @@ set -g renumber-windows on # Add support for neovim cursor changing (insert mode, etc.) set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q' + +# Use a transparent status bar color +set -g status-bg black +set -g status-fg white + +# Only show active windows at the bottom +set -g status-right "" +set -g status-left "" + +# Center the window list +set -g status-justify centre