added imagemagick in pywal

This commit is contained in:
JaKooLit 2023-12-06 15:37:27 +09:00
parent e91b17166c
commit 51adeac9c9

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
pywal=( pywal=(
imagemagick
python3-pip python3-pip
) )