Skip to content

Commit

Permalink
feat: seasonal variation in sunrise/sunset times for seasonal Bluefin…
Browse files Browse the repository at this point in the history
… backgrounds (#1466)
  • Loading branch information
Raindrac authored Jun 30, 2024
1 parent 5937fd0 commit 24ddce9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<month>1</month>
<day>1</day>
<hour>6</hour>
<minute>0</minute>
<minute>30</minute>
<second>0</second>
</starttime>

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</file>
<duration>36000.0</duration>
<duration>34200.0</duration>
</static>

<transition type="overlay">
Expand All @@ -21,12 +21,12 @@

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</file>
<duration>36000.0</duration>
<duration>37800.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</to>
</transition>
</background>
</background>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</file>
<duration>36000.0</duration>
<duration>37800.0</duration>
</static>

<transition type="overlay">
Expand All @@ -21,12 +21,12 @@

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</file>
<duration>36000.0</duration>
<duration>34200.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</to>
</transition>
</background>
</background>
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<year>2018</year>
<month>1</month>
<day>1</day>
<hour>6</hour>
<minute>0</minute>
<hour>5</hour>
<minute>45</minute>
<second>0</second>
</starttime>

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</file>
<duration>36000.0</duration>
<duration>41400.0</duration>
</static>

<transition type="overlay">
Expand All @@ -21,12 +21,12 @@

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</file>
<duration>36000.0</duration>
<duration>30600.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</to>
</transition>
</background>
</background>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<month>1</month>
<day>1</day>
<hour>6</hour>
<minute>0</minute>
<minute>15</minute>
<second>0</second>
</starttime>

Expand All @@ -14,19 +14,19 @@
</static>

<transition type="overlay">
<duration>7200.0</duration>
<duration>1800.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_WinterDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</to>
</transition>

<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</file>
<duration>36000.0</duration>
<duration>46800.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<duration>1800.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_WinterNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_WinterDay_Post.webp</to>
</transition>
</background>
</background>

0 comments on commit 24ddce9

Please sign in to comment.