rsblocks/README.md

37 lines
721 B
Markdown
Raw Normal View History

2020-12-21 12:00:27 +01:00
# rs_blocks
A minimal fast dwm status bar written in **Rust** 🦀
<p>
<img align="center" src="./screenshots/1.png"/>
</p><br/>
## Features
* Time/Date
* Used Memory
* Used Disk space
* Minimal, Fast
## Note
This tool is still in development stage.
2020-12-21 12:11:19 +01:00
## Install
clone the repo
```sh
git clone https://github.com/mustafasalih1993/rsblocks
```
build with **cargo**
```sh
cargo build --release
```
move the executable somewhere in your **PATH** (assuming you are in the root dir of the project)
```sh
mv ./target/release/rs_blocks /usr/local/bin
```
you good to go now and can run `rs_blocks` from your terminal or put that in your `.xinitrc`
2020-12-21 12:00:27 +01:00
## Contributions
All Contributions are welcome.
## License
[MIT](./LICENSE)