From 51adeac9c9c48535fa1b58633e37774da464533f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 6 Dec 2023 15:37:27 +0900 Subject: [PATCH] added imagemagick in pywal --- install-scripts/pywal.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-scripts/pywal.sh b/install-scripts/pywal.sh index d45719f..e82822d 100644 --- a/install-scripts/pywal.sh +++ b/install-scripts/pywal.sh @@ -1,6 +1,7 @@ #!/bin/bash pywal=( + imagemagick python3-pip )