-
Notifications
You must be signed in to change notification settings - Fork 0
/
lounge-timed.xml.in
51 lines (44 loc) · 1.82 KB
/
lounge-timed.xml.in
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<background>
<starttime>
<year>2011</year>
<month>11</month>
<day>24</day>
<hour>7</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>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-morning.jpg</file>
</static>
<!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 4 hours, ending at 12 AM. -->
<transition type="overlay">
<duration>14400.0</duration>
<from>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-morning.jpg</from>
<to>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-day.jpg</to>
</transition>
<!-- It's 12 AM, we're showing the day image in full force now, for 7 hours ending at 7 PM. -->
<static>
<duration>25200.0</duration>
<file>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-day.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>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-day.jpg</from>
<to>@datadir@/backgrounds/lounge/mike-yukhtenko-1479951-unsplash-night.jpg</to>
</transition>
<!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. -->
<static>
<duration>18000.0</duration>
<file>@datadir@/backgrounds/lounge/mike-yukhtenko-1479951-unsplash-night.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>@datadir@/backgrounds/lounge/mike-yukhtenko-1479951-unsplash-night.jpg</from>
<to>@datadir@/backgrounds/lounge/mike-yukhtenko-1471463-unsplash-morning.jpg</to>
</transition>
</background>