Here's an updated version with the support for multi-resolutions.
However, I'm not sure how to handle it once we reach the static
moments. Perhaps someone with some more experience can help at those
points. Martin Sourada wrote: It might still need some tweaking, especially considering gnome now supports multiple resolutions so it would be beneficial to have it: https://www.redhat.com/archives/fedora-art-list/2008-February/msg00206.html Martin -- ~Michael http://ridleytx.structed.net (for now) http://michaelbox.net (eventually) |
<background> <starttime> <year>2008</year> <month>04</month> <day>01</day> <hour>07</hour> <minute>00</minute> <second>00</second> </starttime> <!-- This animation will start at 7 AM. --> <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> <static> <duration>3600.0</duration> <file>/usr/share/backgrounds/waves/1-waves-sunrise.png</file> </static> <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> <transition type="overlay"> <duration>18000.0</duration> <from> <!-- Eeepc size --> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-sunrise800.png</size> <!-- Odd resolution but apparently popular --> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-sunrise1280.png</size> <!-- Standard 4:3 --> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-sunrise1600.png</size> <!-- Widescreen 16:10 --> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-sunrise1920.png</size> </from> <to> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-day800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-day1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-day1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-day1920.png</size> </to> </transition> <!-- It's 1 PM, we're showing the day image in full force now, for 2 hours ending at 3 PM. --> <static> <duration>7200.0</duration> <file>/usr/share/backgrounds/waves/2-waves-day.png</file> </static> <!-- It's 3 PM, and we're starting to transition to sunset. Transition completes at 6 PM. --> <transition type="overlay"> <duration>10800.0</duration> <from> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-day800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-day1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-day1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-day1920.png</size> </from> <to> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-sunset800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-sunset1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-sunset1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-sunset1920.png</size> </to> </transition> <!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> <static> <duration>3600.0</duration> <file>/usr/share/backgrounds/waves/3-waves-sunset.png</file> </static> <!-- It's 7 PM and it's going to start to get darker. This will transition for 5 hours up until midnight. --> <transition type="overlay"> <duration>18000.0</duration> <from> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-sunset800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-sunset1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-sunset1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-sunset1920.png</size> </from> <to> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-night800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-night1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-night1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-night1920.png</size> </to> </transition> <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> <static> <duration>18000.0</duration> <file>/usr/share/backgrounds/waves/4-waves-night.png</file> </static> <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> <transition type="overlay"> <duration>7200.0</duration> <from> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-night800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-night1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-night1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-night1920.png</size> </from> <to> <size width="800" height="480">/usr/share/backgrounds/waves/1-waves-sunrise800.png</size> <size width="1280" height="1024">/usr/share/backgrounds/waves/1-waves-sunrise1280.png</size> <size width="1600" height="1200">/usr/share/backgrounds/waves/1-waves-sunrise1600.png</size> <size width="1920" height="1200">/usr/share/backgrounds/waves/1-waves-sunrise1920.png</size> </to> </transition> </background>
_______________________________________________ Fedora-art-list mailing list Fedora-art-list@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-art-list