rsblocks

github crates

A multi threaded fast status bar for dwm window manager written in Rust 🦀


Features

Notes

Build Requirements

On ubuntu you can do: sh sudo apt install libdbus-1-dev pkg-config

Cargo Installation

You can install the binary crate directly sh cargo install rsblocks

Manual Installation

You can clone the repo and build from the source code 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/rsblocks /usr/local/bin

you good to go now and can run rsblocks from your terminal or put that in your .xinitrc

Configuration

Notes:

create the directory sh mkdir ~/.config/rsblocks

copy the template to the new config directory (assuming you are in the root dir of the repo) sh cp ./rsblocks.yml ~/.config/rsblocks/rsblocks.yml

Contributions

All Contributions are welcome.

Credits

License

MIT