zjstatus
zjstatus copied to clipboard
A configurable statusbar plugin for zellij
When using "format_right" in a layout that refers to a command that produces output that is so long that it eats into other widgets, the output from this command will...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I'd like to have an OS Widget like I have in starship: - https://starship.rs/config/#os...
**Is your feature request related to a problem? Please describe.** I am currently working on [nvim-zjstatus-pipeline](https://github.com/mrdgo/nvim-zjstatus-pipeline). So far, it seems feasible. However, I cannot create a command like ```kdl command_left_command...
Thank you for this beautiful plugin. I want to ask if it is possible to hide the statusbar using a shortcut? Alternatively auto-hide it after x seconds. Best!
Show git stuff in status bar? like [Gitmux](https://github.com/arl/gitmux)
Instead of configuring specific colors, users could pick from a pre-defined list of colors. `zellij-tile` has [`Palette`](https://docs.rs/zellij-tile/latest/zellij_tile/prelude/struct.Palette.html) which inherits colors from the Zellij theme. Not a necessity but would be...
This pull request implements the show and hide feature with remote commands via pipes. There are still some problems with the focus when having multiple tabs (zjstatus instances) open. Another...
**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...
**Describe the bug** Every attempt to use zjstatus has caused Zellij to fail to open, giving me the message "Received empty message from server". **To Reproduce** Steps to reproduce the...
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.40 to 0.4.41. Release notes Sourced from chrono's releases. v0.4.41 What's Changed Add subsec_micros and subsec_millis methods to TimeDelta by @ggoetz in chronotope/chrono#1668 Deprecate NaiveDateTime::UNIX_EPOCH by @robertbastian...