diff --git a/wallpapers/README.md b/wallpapers/README.md new file mode 100644 index 0000000..ae240e5 --- /dev/null +++ b/wallpapers/README.md @@ -0,0 +1,6 @@ +# Wallpapers + +Add mask with imagemagick: +``` +magick ./png/blob.png -background none -size 1920x1080 tile:./src/mask.png -composite blob.png +```