A multi threaded fast status bar for dwm window manager written in Rust 🦀
rsblocks.yml
fileOn ubuntu you can do:
sh
sudo apt install libdbus-1-dev pkg-config
You can install the binary crate directly
sh
cargo install rsblocks
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
$HOME/.config/rsblocks/rsblocks.yml
, if it does not exist, it will load the defaults.rsblocks.yml
file.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
All Contributions are welcome.