made wallpaper settable with xdg config

This commit is contained in:
Hannes
2026-06-08 23:53:18 +02:00
parent b2eadfe9a2
commit c37db71cac
9 changed files with 97 additions and 12 deletions
+16
View File
@@ -103,5 +103,21 @@ download \
"$SCRIPT_DIR/colors/icons/correct.svg" \
"correct.svg"
# ----------------------------
# Example Wallpaper
# ----------------------------
echo
info "Preparing wallpaper..."
WALLPAPER_DIR=$(scripts/wallpaper_dir.sh)
# 5. Ensure it exists
mkdir -p "$WALLPAPER_DIR"
info "Copying example Wallpaper..."
# 6. Copy example wallpaper
cp $SCRIPT_DIR/colors/example_background.png "$WALLPAPER_DIR/japan_old_emperor_stream_with_bridge.png"
echo
ok "All assets prepared successfully."