aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--README.md8
-rw-r--r--screenshot.pngbin12821 -> 0 bytes
-rw-r--r--screenshots/optical.pngbin0 -> 14974 bytes
-rw-r--r--screenshots/usb.pngbin0 -> 16634 bytes
5 files changed, 9 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ddf12a..eb8dcbd 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ install-bin: udev-block-notify
install-doc: README.html
$(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/udev-block-notify/README.md
$(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/udev-block-notify/README.html
- $(INSTALL) -D -m0644 screenshot.png $(DESTDIR)/usr/share/doc/udev-block-notify/screenshot.png
+ $(INSTALL) -D -m0644 screenshots/usb.png $(DESTDIR)/usr/share/doc/udev-block-notify/screenshots/usb.png
+ $(INSTALL) -D -m0644 screenshots/optical.png $(DESTDIR)/usr/share/doc/udev-block-notify/screenshots/optical.png
clean:
$(RM) -f *.o *~ README.html udev-block-notify version.h
diff --git a/README.md b/README.md
index 5a61f91..486647e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,13 @@ udev-block-notify
This runs in background and produces notifications whenever udev (or systemd)
receives an event about a block device. Notifications look like this:
-![Notification](screenshot.png)
+![Notification USB](screenshots/usb.png)
+
+Or for optical media:
+
+![Notification cd](screenshots/optical.png)
+
+These are just examples, it shows information about every block device.
Requirements
------------
diff --git a/screenshot.png b/screenshot.png
deleted file mode 100644
index 05b19bb..0000000
--- a/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/optical.png b/screenshots/optical.png
new file mode 100644
index 0000000..588d55f
--- /dev/null
+++ b/screenshots/optical.png
Binary files differ
diff --git a/screenshots/usb.png b/screenshots/usb.png
new file mode 100644
index 0000000..971a9cb
--- /dev/null
+++ b/screenshots/usb.png
Binary files differ