gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.99k stars 3.37k forks source link

Multi Line status #644

Closed baudneo closed 10 months ago

baudneo commented 1 year ago

Is there any way to have a multi line status bar? Status left, and status right could take up the status-format[1], "top". The window list could take up status-format[0], "bottom".

In the output from tmux show-options -g | grep status, I can see there are already 2 indexes in status-format, but the status bar is only 1 line?

TIA