Skip to content

Commit 9e8b395

Browse files
authored
feat: set wallpaper to luna again (#137)
We won't have a new wallpaper this month, let's use one of the old ones again.
1 parent 83eea6f commit 9e8b395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN set -xeuo pipefail && \
2121

2222
# Here we set our default wallpaper
2323
RUN set -xeuo pipefail && \
24-
REV=11 && \
24+
REV=3 && \
2525
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}"/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default.jxl && \
2626
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}"/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default-dark.jxl && \
2727
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}"/contents /out/wallpapers/usr/share/wallpapers/Aurora && \

0 commit comments

Comments
 (0)