tmux Status Bar
Published:
, Updated:
Talks about:
<a class="post-tag post-tag-status-bar" href="/tags/status-bar">status bar</a>, and <a class="post-tag post-tag-tmux" href="/tags/tmux">tmux</a>
To see the currently active tmux status bar configuration, call:
$ tmux show-options -g | grep status
Change on of those values with in the current tmux session:
$ tmux set-option status-right ""
Persist the change in your tmux.conf
like this:
# disable right side of status bar
set-option -g status-right ""