-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to implement in Python powerline as segment? #24
Comments
Hi! The thing is, tmux itself will limit your right status to 40 characters (by default). Which is exactly the size of the rainbarf segment. A workaround is to add this to your
|
@creaktive Thank you for your reply. I just changed my
but it still looks like this: I would love to have it somehow integrated in the right segment group of powerline. |
When you use
And then Powerline is configured to handle the rainbarf segment properly. However, I have no idea how Python Powerline segments are configured. |
@creaktive Ah alright. Then I assume the issue is Python Powerline. Do you plan to make it compatible to it, since tmux-powerline is deprecated in favour of Python Powerline? Would love to use rainbarf, but don't really go back to the non-unified powerlines. You can find more information about it's segments here, in case you are interested: https://powerline.readthedocs.org/en/latest/develop/segments.html |
Hello,
I'm using https://github.com/powerline/powerline and try to add rainbarf. By default it looks like this in
tmux
:When I now add the rainbarf through my `.tmux.conf, it'll look like this:
As you can see, it'll replace the complete right segement group of Powerline, but i actually want to add it as additional segment in there.
Any ideas how to do so?
(Please note, I usually have wider shell windows, so the width in the screenshots above is not the issue of this problem)
Thanks in advance.
The text was updated successfully, but these errors were encountered: