Install the maintained pywal fork and skip packages already present

This commit is contained in:
2026-09-20 23:02:17 +00:00
parent 52e747fe3e
commit 2f29cb8bae
4 changed files with 49 additions and 8 deletions
+5
View File
@@ -37,6 +37,11 @@ else
fi
fi
if ! command -v wal >/dev/null 2>&1; then
echo "Error: 'wal' is not installed. Install it with: yay -S python-pywal16"
exit 1
fi
echo "Extracting colors using Pywal..."
wal -i "$IMAGE_PATH" -n -q 2> >(grep -v "deprecated in IMv7" >&2)