MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/wpaperd/wallpaper.toml. See https://github.com/danyspin97/wpaperd#wallpaper-configuration for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  eDP-1 = {
    path = "/home/foo/Pictures/Wallpaper";
    apply-shadow = true;
  };
  DP-2 = {
    path = "/home/foo/Pictures/Anime";
    sorting = "descending";
  };
}