dj95 / zjstatus

A configurable statusbar plugin for zellij
MIT License
358 stars 6 forks source link

Option to hide border when pane frames are visible #59

Open tranzystorekk opened 1 month ago

tranzystorekk commented 1 month ago

Is your feature request related to a problem? Please describe.

The plugin border as described in the docs seems consistent with the single pane auto-hide feature, but when pane frames are visible, it can feel redundant.

Describe the solution you'd like

I would like a config option that makes the border disappear when multiple panes are visible. I'm not sure if zellij can allow us to dynamically change plugin height so that the freed space can be utilized for the pane frames instead, without a blank line.

dj95 commented 1 month ago

Hi and thanks for your feature request. As you may followed in the zellij discord, I can only implement hiding the border with making it invisible. Reducing the pane size will not be possible in the near future.

Another idea that came to my mind is, to dim the border, such that it's not that dominant. Would these two options work as a compromise until the feature arrives in zellij at some later stage?

tranzystorekk commented 1 month ago

I feel this request is not that pressing for me, and fading out the border into background color is not that useful over it just being visible always.