Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定以下 byobu(带有 tmux 后端)状态栏,如何调整窗口活动通知颜色?由于它们当前与“活动”窗口相同,因此很难区分。
当然!你可以像这样设置它,在你的~/.byobu/.tmux.conf:
~/.byobu/.tmux.conf
set -g window-status-activity-bg red
有关颜色选项的完整列表,请参阅tmux.1,特别是其OPTIONS部分
OPTIONS
全面披露:我是Byobu的作者和维护者。