Skip to content

Commit

Permalink
Revert "chore: dynamically set the wallpaper based on season (#1742)"
Browse files Browse the repository at this point in the history
This reverts commit 2f6506a.
  • Loading branch information
castrojo authored Oct 12, 2024
1 parent 2f6506a commit 471f6fe
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 310 deletions.
1 change: 0 additions & 1 deletion build_files/build-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ rsync -rvK /ctx/system_files/"${BASE_IMAGE_NAME}"/ /
/ctx/build_files/packages.sh
/ctx/build_files/nvidia.sh
/ctx/build_files/image-info.sh
/ctx/build_files/wallpaper.sh
/ctx/build_files/fetch-install.sh
/ctx/build_files/brew.sh
/ctx/build_files/fetch-quadlets.sh
Expand Down
15 changes: 0 additions & 15 deletions build_files/wallpaper.sh

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
<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_AprilDay_Post.webp</file>
<duration>37800.0</duration>
<file>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</file>
<duration>34200.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AprilDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AprilNight_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</to>
</transition>

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

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AprilNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AprilDay_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_AutumnNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AutumnDay_Post.webp</to>
</transition>
</background>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,25 @@
<second>0</second>
</starttime>

<!-- TODO: Change these URIs to May's images -->
<static>
<file>/usr/share/backgrounds/bluefin/WallPaper_AprilDay_Post.webp</file>
<file>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</file>
<duration>37800.0</duration>
</static>

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AprilDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AprilNight_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</to>
</transition>

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

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_AprilNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_AprilDay_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_SpringNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SpringDay_Post.webp</to>
</transition>
</background>
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
</starttime>

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

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_JulyDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_JulyNight_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</to>
</transition>

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

<transition type="overlay">
<duration>7200.0</duration>
<from>/usr/share/backgrounds/bluefin/WallPaper_JulyNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_JulyDay_Post.webp</to>
<from>/usr/share/backgrounds/bluefin/WallPaper_SummerNight_Post.webp</from>
<to>/usr/share/backgrounds/bluefin/WallPaper_SummerDay_Post.webp</to>
</transition>
</background>
Loading

0 comments on commit 471f6fe

Please sign in to comment.