Updated Makefile to download & extract more Mac-like desktop pictures, esp. plain background colors

This commit is contained in:
Morgan Aldridge 2023-07-25 16:35:50 -04:00
parent 0d8d7b0bd3
commit 45de5e10fa
2 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,10 @@ pixmap:
patterns:
test ! -d $(PATTERNS) && mkdir $(PATTERNS)
curl -# -L https://forums.macrumors.com/attachments/mac-os-background-jpg.61609 -o $(PATTERNS)/mac-os-background.jpg
curl -# -L https://wallpaperbat.com/img/250263-classic-mac-os-wallpaper.png -o $(PATTERNS)/mac-os-background-hi-res.png
curl -# -L https://forums.macrumors.com/attachments/mac-os-default-png.61610 -o $(PATTERNS)/mac-os-default.png
curl -# -L https://imgur.com/a/9jYy0/zip -o $(TEMP)/Mac\ OS\ Solid\ Color\ Backgrounds.zip
unzip -d $(PATTERNS) $(TEMP)/Mac\ OS\ Solid\ Color\ Backgrounds.zip
install:
cp -R $(CONF) $(HOME)/

View File

@ -16,8 +16,9 @@ MLVWM includes a very rudimentary set of rc ([run command](https://en.wikipedia.
* `mlvwm`
* `xpm`
* `locale`
* `curl`
* `make`
* `unzip`
* `curl`
* `xdotool`
* ImageMagick