rsblocks icon indicating copy to clipboard operation
rsblocks copied to clipboard

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

Results 7 rsblocks issues
Sort by recently updated
recently updated
newest added

It's a good practice to make sure after someone is building the project no git changes will be made. I'm also trying to add rsblocks into the nixpkgs package repository,...

Congratulations for this amazing piece of software! Is it possible to add support for a second bar like the one from the [extrabar patch](https://dwm.suckless.org/patches/extrabar/)?

I changed the display manager from ly to SDDM and the bar is not loading. Error message on the console: ``` thread 'main' panicked at 'Failed to create x11 connection:...

tracked the resources usage of rsblocks with `htop` when volume block disabled, the max cpu% usage is 0.7 but when volume block enabled, cpu% usage goes from 5.0 to 7.0

**What:** `netspeed::get_netspeed` panics. **Why:** Paths are not uniform over different distros. Path in `netspeed::get_netspeed`: `/sys/class/net/{tx/rx}_bytes/statistics/{interface}` My path `/sys/class/net/{interface}/statistics/{tx/rx}_bytes`

for now rsblocks works only on linux, need to make it work on bsd too.

**Issue** At the moment there is more or less no error handling in rsblocks. The program will crash if any error arise due to usage of `unwrap()` and `expect()`. **Suggested...