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?
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?
byobu-quiet
: Silence all of Byobu's status indicators and eliminate the hardstatus lineAppend these lines to ~/.byobu/profile.tmux
:
BYOBU_DATE=""
BYOBU_TIME=""
Close and start byobu.
Tested on Ubuntu 2019.04. It survives a reboot, too.