made wallpaper settable with xdg config
This commit is contained in:
+16
@@ -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."
|
||||
Reference in New Issue
Block a user