Skip to content

Commit 624d99d

Browse files
authored
feat: set february wallpaper as default (#112)
1 parent 5f74808 commit 624d99d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN set -xeuo pipefail && \
2121

2222
# Here we set our default wallpaper
2323
RUN set -xeuo pipefail && \
24-
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-9/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default.jxl && \
25-
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-9/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default-dark.jxl && \
24+
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-10/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default.jxl && \
25+
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-10/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default-dark.jxl && \
2626
ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora.xml /out/wallpapers/usr/share/backgrounds/default.xml
2727

2828
RUN set -xeuo pipefail && \

0 commit comments

Comments
 (0)