components/gnome/gnome-backgrounds/solaris/Hexagons_timed.xml
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Tue, 25 Oct 2016 13:37:01 -0700
changeset 7218 b301fad4ef3a
parent 6209 cb4409f463d3
permissions -rw-r--r--
24826760 Deliver background-logo-extension 3.20.0 in Solaris PSARC/2016/396 GNOME 3 Window Manager Bundle

<background>
  <starttime>
    <year>2011</year>
    <month>11</month>
    <day>24</day>
    <hour>6</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>

<!-- This animation will start at 6 AM. -->
<!-- The transition lasts for 5 hours, ending at 11AM. -->
<transition type="overlay">
<duration>18000.0</duration>
<from>/usr/share/backgrounds/solaris/Hexagons_Dark.png</from>
<to>/usr/share/backgrounds/solaris/Hexagons_Color.png</to>
</transition>

<!-- It's 11 AM, we're showing the day image in full force now,
     for 6 hours ending at 5 PM. -->
<static>
<duration>21600.0</duration>
<file>/usr/share/backgrounds/solaris/Hexagons_Color.png</file>
</static>

<!-- It's 5 PM and it's going to start to get darker.
     This will transition for 5 hours up until 10PM. -->
<transition type="overlay">
<duration>18000.0</duration>
<from>/usr/share/backgrounds/solaris/Hexagons_Color.png</from>
<to>/usr/share/backgrounds/solaris/Hexagons_Dark.png</to>
</transition>

<!-- It's 10PM. It'll stay dark for 8 hours up until 6 AM. -->
<static>
<duration>28800.0</duration>
<file>/usr/share/backgrounds/solaris/Hexagons_Dark.png</file>
</static>

</background>