Wallpapers for Wayland: Difference between revisions
merge proposal |
→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 | {{file|3= | ||
services.wpaperd | services.wpaperd = { | ||
enable = true; | |||
settings = { | |||
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. | ||