Familex

Results 5 issues of Familex

Code from readme does not build with an error: ``` minegrub-theme> Running phase: buildPhase minegrub-theme> ERROR: The file background_options/1.8 - [Classic Minecraft] does not exist. error: builder for '/nix/store/73dc06kry19343j3srsnh5mbfbpdjczj-minegrub-theme.drv' failed...

## Description Here is part of init.lua script: ```lua require("yamb"):setup { path = "/home/user/.config/yazi/plugins-data/yamb/bookmarks", } ``` The `plugins-data` and `yamb` directories are nonexistent, but: - Plugin successfully starts - `save`...

Better fix for #2. Currently events processed in infinite loop with `timeout_ms` rate. There is blocking `recv` in `mpsc::Receiver` that better suited for this purpose (`timeout_ms = 0`). Also added...

Cargo was throwing this error during build: ``` ... error: could not find system library 'openssl' required by the 'openssl-sys' crate --- stderr Package openssl was not found in the...

### Description of the requested feature I write config for two systems with 1.0 and 1.5 display scaling, and my widgets look different because of it. I tried to use...

enhancement