From 45de5e10faf4f871b9aab308073d3ed6801c5115 Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Tue, 25 Jul 2023 16:35:50 -0400 Subject: [PATCH] Updated Makefile to download & extract more Mac-like desktop pictures, esp. plain background colors --- Makefile | 3 +++ README.md | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d2a9f1..ab9bc9c 100644 --- a/Makefile +++ b/Makefile @@ -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)/ diff --git a/README.md b/README.md index e7a99ec..3cc70b3 100644 --- a/README.md +++ b/README.md @@ -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