gpakosz / .tmux

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

My status bar info is really long, How can split it to two status bar (top and down)? #466

Open mosheDO opened 3 years ago

mosheDO commented 3 years ago

My status bar info is really long because I added much more info, is there a chance to do 2 status bars (regular one and adding a new one in top?) Or can we do a new line in the status bar?

P.S. really enjoy your work

robbyki commented 3 years ago

was just looking into this as well. I use kube tmux and would love to have another line dedicated to it to allow for more space.

gpakosz commented 3 years ago

Hello @mosheDO and @robbyki 👋

This is currently not possible with Oh my tmux!

mosheDO commented 3 years ago

Oh, @gpakosz Can u please explain why? Can't we add some \n?

pranav11pro commented 6 months ago

I am facing the same issue. Found this, https://github.com/tmux/tmux/issues/2225 ,which will let you implement the feature yourself. But it's going to be difficult to make it work with this complex config. Might need to create my own config now