DaniD3v
DaniD3v
this can be closed there's an MIT license now
> There are no try blocks in the reproducer, but I assume what you meant is something like > > ```rust > fn returns_option() -> Option { > let _:...
same issue here
oh sorry for taking so long I just started writing my own module. Instead of doing this ```nix reload_apps = true; set_wallpaper = true; wallpaper_tool = "Swww"; ``` home-manager modules...
> I'm also a bit confused about the non-home-manager module, what's the purpose of that? Usually people who are interested in setting up per-user configs have or should have a...
Are you still planning to do this? I could PR if you don't have time.
Note that this behavior isn't even according to XDG spec.  (from the arch wiki) I'd suggest adding a fallback to /run/user/UID. For getting the UID I'm not sure whether...
I just had a look at the current code for this ```rust let runtime_dir = if let Ok(dir) = std::env::var("XDG_RUNTIME_DIR") { dir } else { "/tmp/swww".to_string() }; ``` This is...
@squalus are you still working on this?
> I'm not sure i understand the `--prefix` option correctly, could you explain it a bit further? A path that gets inserted before every template output_path so a template with...