fix up more paths

This commit is contained in:
nazunalika 2022-06-26 20:36:21 -07:00
parent d60a371eda
commit d13aa9ff07
Signed by: label
GPG Key ID: 6735C0E1BD65D048
2 changed files with 39 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<!-- Nine -->
<wallpaper deleted="false">
<name>Rocky Linux 9 Default Background - Nine</name>
<filename>/usr/share/backgrounds/rocky-default-9-nine.xml</filename>
<filename>/usr/share/backgrounds/rocky-default-9-nine-time.xml</filename>
<options>zoom</options>
<author>Natalie Forde</author>
<license>CC-BY-SA 4.0</license>
@ -76,7 +76,7 @@
<!-- Big Square -->
<wallpaper deleted="false">
<name>Rocky Linux 9 Default Background - Big Square</name>
<filename>/usr/share/backgrounds/rocky-default-9-big-square.xml</filename>
<filename>/usr/share/backgrounds/rocky-default-9-bigsquare-teal-time.xml</filename>
<options>zoom</options>
<author>Alejandro Ramallo</author>
<license>CC-BY-SA 4.0</license>

View File

@ -0,0 +1,37 @@
<background>
<starttime>
<year>2022</year>
<month>01</month>
<day>01</day>
<hour>8</hour>
<minute>00</minute>
<second>00</second>
</starttime>
<!-- This animation starts at 8A -->
<!-- Goes from 8A-6P (10 hours) -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</file>
</static>
<!-- Day to night -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</from>
<to>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</to>
</transition>
<!-- Goes from 6P-8A -->
<static>
<duration>36000.0</duration>
<file>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</file>
</static>
<!-- Night to day -->
<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/rocky-default-9-nine-night.jpg</from>
<to>/usr/share/backgrounds/rocky-default-9-nine-day.jpg</to>
</transition>
</background>