From 5d91516de1d302fd8d589896b0635e828a201a06 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Aug 2015 15:09:12 +0200 Subject: new screenshots --- Makefile | 4 ++-- README.md | 4 ++-- screenshot-artwork.png | Bin 12295 -> 0 bytes screenshot-sound.png | Bin 8095 -> 0 bytes screenshots/artwork.png | Bin 0 -> 13464 bytes screenshots/sound.png | Bin 0 -> 10306 bytes 6 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 screenshot-artwork.png delete mode 100644 screenshot-sound.png create mode 100644 screenshots/artwork.png create mode 100644 screenshots/sound.png diff --git a/Makefile b/Makefile index d6fef0b..8e9bacb 100644 --- a/Makefile +++ b/Makefile @@ -41,8 +41,8 @@ install-bin: mpd-notification install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/mpd-notification/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/mpd-notification/README.html - $(INSTALL) -D -m0644 screenshot-sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-sound.png - $(INSTALL) -D -m0644 screenshot-artwork.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-artwork.png + $(INSTALL) -D -m0644 screenshots/sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshots/sound.png + $(INSTALL) -D -m0644 screenshots/artwork.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshots/artwork.png clean: $(RM) -f *.o *~ README.html mpd-notification version.h diff --git a/README.md b/README.md index 38dfc12..e3be1fb 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This runs in background and produces notifications whenever mpd produces an event, that is new track is played or playback is paused or stopped. Notifications look like this: -![Notification](screenshot-sound.png) +![Notification](screenshots/sound.png) This now even supports album artwork: -![Notification with Artwork](screenshot-artwork.png) +![Notification with Artwork](screenshots/artwork.png) Read below for the details. diff --git a/screenshot-artwork.png b/screenshot-artwork.png deleted file mode 100644 index 9e23b73..0000000 Binary files a/screenshot-artwork.png and /dev/null differ diff --git a/screenshot-sound.png b/screenshot-sound.png deleted file mode 100644 index b5cd8ec..0000000 Binary files a/screenshot-sound.png and /dev/null differ diff --git a/screenshots/artwork.png b/screenshots/artwork.png new file mode 100644 index 0000000..23e244e Binary files /dev/null and b/screenshots/artwork.png differ diff --git a/screenshots/sound.png b/screenshots/sound.png new file mode 100644 index 0000000..6896500 Binary files /dev/null and b/screenshots/sound.png differ -- cgit v1.2.3-54-g00ecf