Remove everything from Byobu status bar
By default, the Byobu status bar contains tons of information about the distribution, updates, CPU, etc.
I want to remove all of that.
I want to only see the "tabs" of my open terminals (and the current terminal, of course).
How to do?
- Type
byobu-quiet
: Silence all of Byobu's status indicators and eliminate the hardstatus line -
Append these lines to
~/.byobu/profile.tmux
:BYOBU_DATE="" BYOBU_TIME=""
Close and start byobu.
Tested on Ubuntu 2019.04. It survives a reboot, too.