cristiand391 / zj-status-bar

Compact status-bar plugin for zellij
MIT License
17 stars 0 forks source link

Customization #3

Closed elythh closed 4 months ago

elythh commented 4 months ago

Hey ! That plugin looks really promising. I just started using it and I was wondering how do you customize the look of bar in your Zellij config ? Since the default one doesn't look like your screenshot and the config I found in your dotfiles seem to be default.

Thanks a lot !

cristiand391 commented 4 months ago

Hey @elythh , sorry for the late reply!

This plugin started as a fork of zelllij's compact-bar which isn't very configurable, I just added a few features on top of it (tab indexes, fullscreen indicator), see: https://github.com/cristiand391/zj-status-bar/releases/tag/0.2.0

the default one doesn't look like https://github.com/cristiand391/zj-status-bar/pull/2#issue-2274229068

I only have [simplified_ui](https://zellij.dev/documentation/options#simplified_ui) set to true. There's no prerelease for tab notifications so you'll need to build it locally if you want to try it.

I'll try to get some time this weekend to add a readme to the repo.

elythh commented 4 months ago

Hello @cristiand391, no worries about the last reply !

Thank you for the answer. Indeed, I also thought it looked a lot like the compact bar haha. I see now !

Awesome, I might try to build master to test the tab notifications then.