Shoelace

Results 4 issues of Shoelace

In the event of a crashing application the window manager is not notified of the unmapping of the window and can therefor not delete the corresponding `WindowWrapper`. This in turn...

bug

Hadlock should be able reload the config if the config file is modified. This means that every change change in the config file should be applied without restart of Hadlock...

enhancement
good first issue

**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`

**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...