forked from almalinux/almalinux-logos
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<background>
|
|
<starttime>
|
|
<year>2024</year>
|
|
<month>04</month>
|
|
<day>23</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/almalinux-day.jpg</file>
|
|
</static>
|
|
|
|
<!-- Day ended and starts to transition to night at 6 PM. The transition lasts for 2 hours, ending at 8 PM. -->
|
|
<transition type="overlay">
|
|
<duration>7200.0</duration>
|
|
<from>/usr/share/backgrounds/almalinux-day.jpg</from>
|
|
<to>/usr/share/backgrounds/almalinux-night.jpg</to>
|
|
</transition>
|
|
|
|
<!-- It's 8 PM, we're showing the night till 6 AM. -->
|
|
<static>
|
|
<duration>36000.0</duration>
|
|
<file>/usr/share/backgrounds/almalinux-night.jpg</file>
|
|
</static>
|
|
|
|
<!-- It's 6 AM, and we're starting to transition to day. Transition completes at 8 AM. -->
|
|
<transition type="overlay">
|
|
<duration>7200.0</duration>
|
|
<from>/usr/share/backgrounds/almalinux-night.jpg</from>
|
|
<to>/usr/share/backgrounds/almalinux-day.jpg</to>
|
|
</transition>
|
|
|
|
</background>
|