danyspin97 / wpaperd

Modern wallpaper daemon for Wayland
GNU General Public License v3.0
312 stars 24 forks source link

Same Image on each displays using random image from directory #17

Closed Scorch-Light closed 3 months ago

danyspin97 commented 2 years ago

That's a good feature to have. I'll think on how to implement this, I already have a few ideas.

danyspin97 commented 2 years ago

Maybe having something like:

[[groups]]
[default]
# same as current

[lower_displays]
# same parameters as current output: path, duration, ...
displays = [ "DP-1", "DP-2", "HDMI-A-1" ]

[[single]]
[eDP-1]
path = "/path/to/wallpaper"
danyspin97 commented 3 months ago

This feature has been added in b4d9568.

Scorch-Light commented 3 months ago

This is great, Thank you. I'll try this out again.