diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-28 16:44:05 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-28 16:44:05 +0000 |
commit | 87016891f0a0485ac9b3673081511cdda855c6af (patch) | |
tree | 479eead2750fae096abe8e20a501cc0cfcf323e3 /Mandriva-Powerpack/background | |
parent | 55504ae54122b6f9eaf0a3c0dd7d71a63af852e3 (diff) | |
download | theme-87016891f0a0485ac9b3673081511cdda855c6af.tar theme-87016891f0a0485ac9b3673081511cdda855c6af.tar.gz theme-87016891f0a0485ac9b3673081511cdda855c6af.tar.bz2 theme-87016891f0a0485ac9b3673081511cdda855c6af.tar.xz theme-87016891f0a0485ac9b3673081511cdda855c6af.zip |
Ship backgrounds as jpeg
Diffstat (limited to 'Mandriva-Powerpack/background')
-rw-r--r-- | Mandriva-Powerpack/background/Mandriva-Powerpack.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Mandriva-Powerpack/background/Mandriva-Powerpack.xml b/Mandriva-Powerpack/background/Mandriva-Powerpack.xml index c0e9f89..9ccc6a5 100644 --- a/Mandriva-Powerpack/background/Mandriva-Powerpack.xml +++ b/Mandriva-Powerpack/background/Mandriva-Powerpack.xml @@ -12,52 +12,52 @@ <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> <static> <duration>3600.0</duration> -<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</file> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.jpg</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>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</from> -<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.png</to> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.jpg</from> +<to>/usr/share/mdk/backgrounds/Mandriva-PowerPack-1300.jpg</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/mdk/backgrounds/Mandriva-Powerpack-1300.png</file> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1300.jpg</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>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1300.png</from> -<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</to> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1300.jpg</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.jpg</to> </transition> <!-- It's 6 PM, and it's sunset, for an hour. Ends at 7. --> <static> <duration>3600.0</duration> -<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</file> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.jpg</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>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.png</from> -<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</to> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-1800.jpg</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.jpg</to> </transition> <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> <static> <duration>18000.0</duration> -<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</file> +<file>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.jpg</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>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.png</from> -<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.png</to> +<from>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0000.jpg</from> +<to>/usr/share/mdk/backgrounds/Mandriva-Powerpack-0700.jpg</to> </transition> </background> |