diff options
author | Christian Hesse <mail@eworm.de> | 2015-08-19 15:09:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-08-19 15:09:12 +0200 |
commit | 5d91516de1d302fd8d589896b0635e828a201a06 (patch) | |
tree | e6306558ba5673b7df692bf19d1db654594fecdd | |
parent | e4f8c1f447c40905fa3bdf562dc10dcdf3422ed9 (diff) | |
download | mpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.gz mpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.zst |
new screenshots
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | screenshot-artwork.png | bin | 12295 -> 0 bytes | |||
-rw-r--r-- | screenshot-sound.png | bin | 8095 -> 0 bytes | |||
-rw-r--r-- | screenshots/artwork.png | bin | 0 -> 13464 bytes | |||
-rw-r--r-- | screenshots/sound.png | bin | 0 -> 10306 bytes |
6 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 Binary files differdeleted file mode 100644 index 9e23b73..0000000 --- a/screenshot-artwork.png +++ /dev/null diff --git a/screenshot-sound.png b/screenshot-sound.png Binary files differdeleted file mode 100644 index b5cd8ec..0000000 --- a/screenshot-sound.png +++ /dev/null diff --git a/screenshots/artwork.png b/screenshots/artwork.png Binary files differnew file mode 100644 index 0000000..23e244e --- /dev/null +++ b/screenshots/artwork.png diff --git a/screenshots/sound.png b/screenshots/sound.png Binary files differnew file mode 100644 index 0000000..6896500 --- /dev/null +++ b/screenshots/sound.png |