-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Status-bar - Hide tip line when plugin is configurer with size=1
#1864
Comments
Hey, we can definitely add this as an option - but have you maybe considered the |
compact bar is about displaying tabs, right? It adds the display of the current mode, but not the controls list? |
True - I guess you still want the mode+shortcuts display? |
Yes, exactly. I'm super newbie in Rust. I guess I found the right place to do the trick, but not sure. I guess we have to add some condition right there https://github.com/zellij-org/zellij/blob/main/default-plugins/status-bar/src/main.rs#L225-L233 ? |
That seems right, yes! Would you like to give it a shot? If so, be sure to follow the build instructions in CONTRIBUTING.md - otherwise the plugins won't build and it could be very frustrating to figure out why your changes aren't taking effect. |
@imsnif PR is open ;) |
Thanks again @welcoMattic ! |
Actually, with a layout like this:
It renders only the "tip line"
Could it be possible to change it to render only the "controls line"?
Or better, add an option to configure the plugin from the layout like:
Where we can choose the rendered line when size=1?
Thanks
The text was updated successfully, but these errors were encountered: