You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't been able to find any official spec, but the xml format seems to be quite straight forward.
An example of the default Fedora 41 Wallpaper
<background>
<starttime>
<year>2024</year>
<month>10</month>
<day>22</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation will start at 8 AM. --><!-- We start with day at 8 AM. It will remain up for 10 hours. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/f41/default/f41-01-day.png</file>
</static>
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
<transitiontype="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/f41/default/f41-01-day.png</from>
<to>/usr/share/backgrounds/f41/default/f41-01-night.png</to>
</transition>
<!-- It's 8 PM, we're showing the night till 6 AM. -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/f41/default/f41-01-night.png</file>
</static>
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
<transitiontype="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/f41/default/f41-01-night.png</from>
<to>/usr/share/backgrounds/f41/default/f41-01-day.png</to>
</transition>
</background>
The text was updated successfully, but these errors were encountered:
It would be nice to have support for the same dynamic wallpapers as Gnome/Cinamon/Mate since Fedora provides a few out of the box, and there are collections to be found (Just googled and found https://github.com/saint-13/Linux_Dynamic_Wallpapers/ for example). And there are tools available to create them https://github.com/maoschanz/dynamic-wallpaper-editor
I haven't been able to find any official spec, but the xml format seems to be quite straight forward.
An example of the default Fedora 41 Wallpaper
The text was updated successfully, but these errors were encountered: