my version of rsblocks
screenshots | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
rsblocks
A minimal fast dwm status bar written in Rust 🦀
Features
- Time/Date
- Used Memory
- Used Disk space
- Minimal, Fast
Note
This tool is still in development stage.
Install
clone the repo
git clone https://github.com/mustafasalih1993/rsblocks
build with cargo
cargo build --release
move the executable somewhere in your PATH (assuming you are in the root dir of the project)
mv ./target/release/rsblocks /usr/local/bin
you good to go now and can run rsblocks
from your terminal or put that in your .xinitrc
Contributions
All Contributions are welcome.