Advertisement
JaBossu

Untitled

Jun 20th, 2018
782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.66 KB | None | 0 0
  1. <background>
  2.   <starttime>
  3.     <year>2011</year>
  4.     <month>11</month>
  5.     <day>24</day>
  6.     <hour>7</hour>
  7.     <minute>00</minute>
  8.     <second>00</second>
  9.   </starttime>
  10.  
  11. <!-- This animation will start at 7 AM. -->
  12.  
  13. <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. -->
  14. <static>
  15. <duration>3600.0</duration>
  16. <file>/usr/share/backgrounds/gnome/adwaita-morning.jpg</file>
  17. </static>
  18.  
  19. <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. -->
  20. <transition type="overlay">
  21. <duration>18000.0</duration>
  22. <from>/usr/share/backgrounds/gnome/adwaita-morning.jpg</from>
  23. <to>/usr/share/backgrounds/gnome/adwaita-day.jpg</to>
  24. </transition>
  25.  
  26. <!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. -->
  27. <static>
  28. <duration>18000.0</duration>
  29. <file>/usr/share/backgrounds/gnome/adwaita-day.jpg</file>
  30. </static>
  31.  
  32. <!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. -->
  33. <transition type="overlay">
  34. <duration>21600.0</duration>
  35. <from>/usr/share/backgrounds/gnome/adwaita-day.jpg</from>
  36. <to>/usr/share/backgrounds/gnome/adwaita-night.jpg</to>
  37. </transition>
  38.  
  39. <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. -->
  40. <static>
  41. <duration>18000.0</duration>
  42. <file>/usr/share/backgrounds/gnome/adwaita-night.jpg</file>
  43. </static>
  44.  
  45. <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. -->
  46. <transition type="overlay">
  47. <duration>7200.0</duration>
  48. <from>/usr/share/backgrounds/gnome/adwaita-night.jpg</from>
  49. <to>/usr/share/backgrounds/gnome/adwaita-morning.jpg</to>
  50. </transition>
  51. </background>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement