https://github.com/yvt/zellij-cpulamp
Minimal CPU activity indicator plugin for Zellij
https://github.com/yvt/zellij-cpulamp
plugin zellij
Last synced: 11 months ago
JSON representation
Minimal CPU activity indicator plugin for Zellij
- Host: GitHub
- URL: https://github.com/yvt/zellij-cpulamp
- Owner: yvt
- License: other
- Created: 2022-08-03T16:39:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T15:06:59.000Z (almost 4 years ago)
- Last Synced: 2024-12-24T00:38:07.087Z (over 1 year ago)
- Topics: plugin, zellij
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zellij-cpulamp
**Minimal CPU activity indicator plugin for [Zellij][1]**

Displays blinking dots representing each processor's usage.
# Usage
## From source
```shell
cargo build --release
zellij --layout example-layout.yaml
```
**note:** [The plugin interface][2] is unstable. You may need to edit
`Cargo.toml` and change the version of `zellij-tile` to get the plugin working.
## License
This program is licensed under the GNU Lesser General Public License version 3
or later.
[1]: https://zellij.dev/
[2]: https://zellij.dev/documentation/plugins.html