Status Content and Style in tmux
From the tmux cheat sheet ยท Mouse and Status Line ยท verified Aug 2026
Status Content and Style
Show session context using formats and styles.
bash
set -g status-left '#S '
set -g status-right '%H:%M'๐ #S expands to the session name
๐ Formats can include conditions and variables
๐ก Keep the status line useful at narrow widths
โ ๏ธ Frequent shell commands can slow status updates
status-linestylesformats
Continue with tmux
Save the full cheat sheet or work through every related task.