danyspin97 / wpaperd

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

Missing transition option #75

Open zDyanTB opened 3 months ago

zDyanTB commented 3 months ago

The project already has some effects for transitions, but no options to select one.

When it'll come?

danyspin97 commented 3 months ago

Hello @zDyanTB !

Transition can already be selected by using the following syntax:

[default]
path = "~/Pictures/Wallpapers"
mode = "center"
[default.transition.hexagonalize]
danyspin97 commented 3 months ago

Unfortunately, it's not documented yet as each transition has some configuration options, it will take some time to properly write it down.

You can see the full transitions list by changing "hexagonalize" to something else. Feel free to experiment and enjoy!

zDyanTB commented 3 months ago

Sure! Thank you