mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-21 20:31:31 +00:00
fix up more paths
This commit is contained in:
parent
d60a371eda
commit
d13aa9ff07
@ -52,7 +52,7 @@
|
|||||||
<!-- Nine -->
|
<!-- Nine -->
|
||||||
<wallpaper deleted="false">
|
<wallpaper deleted="false">
|
||||||
<name>Rocky Linux 9 Default Background - Nine</name>
|
<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>
|
<options>zoom</options>
|
||||||
<author>Natalie Forde</author>
|
<author>Natalie Forde</author>
|
||||||
<license>CC-BY-SA 4.0</license>
|
<license>CC-BY-SA 4.0</license>
|
||||||
@ -76,7 +76,7 @@
|
|||||||
<!-- Big Square -->
|
<!-- Big Square -->
|
||||||
<wallpaper deleted="false">
|
<wallpaper deleted="false">
|
||||||
<name>Rocky Linux 9 Default Background - Big Square</name>
|
<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>
|
<options>zoom</options>
|
||||||
<author>Alejandro Ramallo</author>
|
<author>Alejandro Ramallo</author>
|
||||||
<license>CC-BY-SA 4.0</license>
|
<license>CC-BY-SA 4.0</license>
|
||||||
|
37
backgrounds/rocky-default-9-nine-time.xml
Normal file
37
backgrounds/rocky-default-9-nine-time.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user