DaniD3v

Results 29 comments of 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 _:...

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. ![image](https://github.com/LGFae/swww/assets/124387056/62a07caa-6b0d-4316-b88b-8ad74b096f01) (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...