From c67dd29ba4d21a4ce26adb8734dda829cb9b295f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 19 Aug 2015 14:42:42 +0200 Subject: new screenshots --- Makefile | 3 ++- README.md | 6 +++++- screenshot.png | Bin 6817 -> 0 bytes screenshots/notification.png | Bin 0 -> 9805 bytes screenshots/throttling.png | Bin 0 -> 9332 bytes 5 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 screenshot.png create mode 100644 screenshots/notification.png create mode 100644 screenshots/throttling.png diff --git a/Makefile b/Makefile index a2eeee9..ffcd36d 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,8 @@ install-bin: journal-notify install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/journal-notify/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/journal-notify/README.html - $(INSTALL) -D -m0644 screenshot.png $(DESTDIR)/usr/share/doc/journal-notify/screenshot.png + $(INSTALL) -D -m0644 screenshots/notification.png $(DESTDIR)/usr/share/doc/journal-notify/screenshots/notification.png + $(INSTALL) -D -m0644 screenshots/throttling.png $(DESTDIR)/usr/share/doc/journal-notify/screenshots/throttling.png clean: $(RM) -f *.o *~ README.html journal-notify version.h diff --git a/README.md b/README.md index 04e4912..841ef2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ journal-notify This runs in background and produces notifications whenever systemd journal logs an entry. Notifications look like this: -![Notification](screenshot.png) +![Notification](screenshots/notification.png) + +Before flooding the desktop this will throttle notifications: + +![Throttling](screenshots/throttling.png) Requirements ------------ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 7962f70..0000000 Binary files a/screenshot.png and /dev/null differ diff --git a/screenshots/notification.png b/screenshots/notification.png new file mode 100644 index 0000000..e5664b8 Binary files /dev/null and b/screenshots/notification.png differ diff --git a/screenshots/throttling.png b/screenshots/throttling.png new file mode 100644 index 0000000..fbf24db Binary files /dev/null and b/screenshots/throttling.png differ -- cgit v1.2.3-54-g00ecf