dj95 / zjstatus

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

Hide frames #53

Closed rodrigopim closed 2 months ago

rodrigopim commented 2 months ago

In the Zellij settings there is the option of not showing frames, but even configured not to display the frames, ZJstatus render frames when using more than one panel.

Zjstatus could follow according to the configuration made in Zellij.

dj95 commented 2 months ago

Hi,

unfortunately zellij plugins are not able to read the zellij configuration. The feature, that toggles pane frames must be explicitely set in zjstatus config. However, it is included in the example config.

Please follow the documentation for this feature: https://github.com/dj95/zjstatus/wiki/2-%E2%80%90-Configuration#hide-pane-frames-for-tabs-single-panes

If set to false or removed, zjstatus won't interfere with the pane borders.

rodrigopim commented 2 months ago

Thanks

dj95 commented 2 months ago

I added now a hint to the example in the README. Hopefully it get's more transparent how it works.