Day-night cycle dynamic wallpaper help needed

Hello, I am new to linux and just installed bazzite this week on my desktop.

While customizing my system, I’ve run into some issues with how I was wanting day-night wallpapers to work. Long story short, I was wanting to use this feature with my own custom wallpapers, but I am seemingly having no luck. I essentially have 6 daytime wallpapers and 4 night ones that I want as a slideshow at their specific times of day. Is it only possible with the preinstalled system wallpapers? Sorry if this is a stupid issue

Thanks for any help if this is possible!

Currently Plasma’s dynamic wallpapers only supports two images per wallpaper package (dark and light). To make your own you need to create new directories in $HOME/.local/share/wallpapers/, you can use the the built-in Orionids wallpaper as the base for your own:

$ tree Orionids/
Orionids/
β”œβ”€β”€ contents
β”‚   β”œβ”€β”€ images
β”‚   β”‚   β”œβ”€β”€ 1440x2960.png
β”‚   β”‚   β”œβ”€β”€ 5120x2880.png
β”‚   β”‚   └── 7680x2160.png
β”‚   └── images_dark
β”‚       β”œβ”€β”€ 1440x2960.png
β”‚       β”œβ”€β”€ 5120x2880.png
β”‚       └── 7680x2160.png
└── metadata.json

If you use the accent color from wallpaper feature it is also possible to specify custom dark/light colors: Wallpapers | Developer

Thanks for the help. I was able to get it figured out :+1: