summaryrefslogtreecommitdiff
path: root/backgrounds/adwaita-timed.xml.in
blob: 6b9458674c5c89af47eb30be3181ace26b659ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<background>
  <starttime>
    <year>2011</year>
    <month>11</month>
    <day>24</day>
    <hour>7</hour>
    <minute>00</minute>
    <second>00</second>
  </starttime>

<!-- We start at 7 AM. It will remain up for 12 hours. -->
<static>
<duration>43200.0</duration>
<file>@datadir@/backgrounds/gnome/adwaita-l.jpg</file>
</static>

<!-- It's 7 PM. It will remain for 12 hours -->
<static>
<duration>43200.0</duration>
<file>@datadir@/backgrounds/gnome/adwaita-d.jpg</file>
</static>


<!--
FIXME: eventually we'll transition. let's start simple
<transition type="overlay">
<duration>21600.0</duration>
<from>@datadir@/backgrounds/gnome/adwaita-day.jpg</from>
<to>@datadir@/backgrounds/gnome/adwaita-night.jpg</to>
</transition>
-->

</background>