From 54f09062e4424fa6caca37e87e2033e7e2c51015 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 17 Dec 2024 04:00:17 +0100 Subject: [PATCH] wallpaper: add README.md --- wallpapers/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wallpapers/README.md 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 +```