feat: hide status bar

This commit is contained in:
Michael Mandl 2022-02-21 15:20:21 +01:00
parent a5d27dd909
commit e61ae6ea9b
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -37,8 +37,8 @@ set -g @colors-solarized 'dark'
# set -g @plugin 'git@github.com/user/plugin' # set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.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) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'