From f08f6415a5a760165a1edea58a0279a66a433a1c Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:57:04 +0300 Subject: [PATCH] chore: set wallpaper to April wallpaper --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 0c9cbbd..1c765df 100644 --- a/Containerfile +++ b/Containerfile @@ -21,7 +21,7 @@ RUN set -xeuo pipefail && \ # Here we set our default wallpaper RUN set -xeuo pipefail && \ - REV=3 && \ + REV=12 && \ ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}"/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default.jxl && \ ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}"/contents/images/3840x2160.jxl /out/wallpapers/usr/share/backgrounds/default-dark.jxl && \ ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-"${REV}" /out/wallpapers/usr/share/wallpapers/Aurora && \