9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
|
# Status bar
|
||
|
set -g status on
|
||
|
set -g status-interval 1
|
||
|
set -g status-justify centre # Careful! It is spelled centre not center.
|
||
|
set -g status-style fg=white,bg=black
|
||
|
|
||
|
# Highlight the current window.
|
||
|
setw -g window-status-current-style fg=white,bg=red,bright
|