wallpaper: add README.md

This commit is contained in:
He4eT 2024-12-17 04:00:17 +01:00
commit 54f09062e4

6
wallpapers/README.md Normal file
View file

@ -0,0 +1,6 @@
# Wallpapers
Add mask with imagemagick:
```
magick ./png/blob.png -background none -size 1920x1080 tile:./src/mask.png -composite blob.png
```