From e61ae6ea9b954c201c452609f5348bc3057da654 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 21 Feb 2022 15:20:21 +0100 Subject: [PATCH] feat: hide status bar --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a098e2b..67b7a80 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -37,8 +37,8 @@ set -g @colors-solarized 'dark' # set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@bitbucket.com/user/plugin' -set -g status-right '#{battery_status_fg} #{battery_icon} #{battery_percentage} | %H:%M ' +# set -g status-right '#{battery_status_fg} #{battery_icon} #{battery_percentage} | %H:%M ' +set -g status off # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' -