From 9eec02e3a65239d478c65bc119c763dc7caa2b39 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 26 Feb 2022 14:30:14 -0500 Subject: [PATCH] tmux: Use minimalist layout --- tmux/.tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) 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