aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-08-19 15:09:12 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-08-19 15:09:12 +0200
commit5d91516de1d302fd8d589896b0635e828a201a06 (patch)
treee6306558ba5673b7df692bf19d1db654594fecdd
parente4f8c1f447c40905fa3bdf562dc10dcdf3422ed9 (diff)
downloadmpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.gz
mpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.zst
new screenshots
-rw-r--r--Makefile4
-rw-r--r--README.md4
-rw-r--r--screenshot-artwork.pngbin12295 -> 0 bytes
-rw-r--r--screenshot-sound.pngbin8095 -> 0 bytes
-rw-r--r--screenshots/artwork.pngbin0 -> 13464 bytes
-rw-r--r--screenshots/sound.pngbin0 -> 10306 bytes
6 files changed, 4 insertions, 4 deletions
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
--- a/screenshot-artwork.png
+++ /dev/null
Binary files differ
diff --git a/screenshot-sound.png b/screenshot-sound.png
deleted file mode 100644
index b5cd8ec..0000000
--- a/screenshot-sound.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/artwork.png b/screenshots/artwork.png
new file mode 100644
index 0000000..23e244e
--- /dev/null
+++ b/screenshots/artwork.png
Binary files differ
diff --git a/screenshots/sound.png b/screenshots/sound.png
new file mode 100644
index 0000000..6896500
--- /dev/null
+++ b/screenshots/sound.png
Binary files differ