Wallpapers for Wayland: Difference between revisions

Malix (talk | contribs)
merge proposal
Cktiel (talk | contribs)
wpaperd: cleanup
 
Line 29: Line 29:
[https://github.com/danyspin97/wpaperd wpaperd] is a modern wallpaper daemon for Wayland. It has [[Home Manager]] integration and can be configured as follows:
[https://github.com/danyspin97/wpaperd wpaperd] is a modern wallpaper daemon for Wayland. It has [[Home Manager]] integration and can be configured as follows:


{{file|~/.config/home-manager/home.nix|nix|3=
{{file|3=
services.wpaperd.enable = true;
services.wpaperd =  {
services.wpaperd.settings = {
  enable = true;
  eDP-1 = {
  settings = {
    path = src;
    eDP-1 = {
      path = src;
    };
   };
   };
};
};
}}
|name=~/.config/home-manager/home.nix|lang=nix}}


See https://github.com/danyspin97/wpaperd#wallpaper-configuration for the full list of options.
See https://github.com/danyspin97/wpaperd#wallpaper-configuration for the full list of options.