mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
6 lines
144 B
Markdown
6 lines
144 B
Markdown
# Wallpapers
|
|
|
|
Add mask with imagemagick:
|
|
```
|
|
magick ./png/blob.png -background none -size 1920x1080 tile:./src/mask.png -composite blob.png
|
|
```
|