Control: tags -1 + moreinfo On Sat, Jan 03, 2015 at 02:16:59 -0500, Daniel Dickinson wrote: > It is currently impossible by any means (including hand editing .byobu/status > and killing > ..byobu directory logging out, and staring over) to disable the date and time > displays > in the tmux status bar.
Have you tried `tmux set -g status-right`? The following works for me to preserve the byobu status bar panels but get rid of the date/time: $ tmux set -g status-right "#(byobu-status tmux_right)" Does that resolve this issue for you? If so, you can add this to ~/.byobu/.tmux.conf and it will override the byobu default setting which includes the date and time. See /usr/share/byobu/profiles/tmux. -- mike