Daniel Jankowski

Results 66 comments of Daniel Jankowski

Even though it looks similar, it is not compatible. You either need to write a widget that supports tmux plugins or you could use the command widget to add git...

Sounds like a cool idea! Would you use them only in a preset as default or in the configuration by name?

I've tried to implement this feature. Unfortunately the palette is only returned on specific events (e.g. `ModeInfo`). Colors and configuration in zjstatus is parsed when starting it, to improve the...

With the latest release (0.17.0) , I've implemented some improvements: - you can now specify e.g. `bright_red` to get the bright version of the color. Unfortunately there's no way for...

Hey, thanks for your kind words. Unfortunately I think it won't be possible to hide the statusbar with a shortcut from within zjstatus. Plugins are only allowed to process keys,...

I've tried to implement the behaviour, but came across a bug within rendering. Auto hiding can be finished, when the following bug is resolved: https://github.com/zellij-org/zellij/issues/2949

Together with the [pipes feature](https://github.com/zellij-org/zellij/pull/3066) and the upcoming zjstatus feature of [remote control](https://github.com/dj95/zjstatus/pull/48) it would also be possible to implement a shortcut for hiding zjstatus. The only thing preventing me...

Yes @roland-5 , like in the screenshots of the linked zellij issue. There are weird glitches in the complete terminal, when a pane is hidden, that is specified in a...

Thanks to this comment (https://github.com/zellij-org/zellij/issues/2949#issuecomment-2251279874), I was able to implement the feature. There are just some problems with the focus after showing zjstatus again. Another problems might be race conditions,...

Sorry for the long silence and still not finishing the pull request. While testing with the new zellij release, I found issues with the lay outing. As soon as a...