diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | screenshot.png | bin | 6817 -> 0 bytes | |||
-rw-r--r-- | screenshots/notification.png | bin | 0 -> 9805 bytes | |||
-rw-r--r-- | screenshots/throttling.png | bin | 0 -> 9332 bytes |
5 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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 Binary files differdeleted file mode 100644 index 7962f70..0000000 --- a/screenshot.png +++ /dev/null diff --git a/screenshots/notification.png b/screenshots/notification.png Binary files differnew file mode 100644 index 0000000..e5664b8 --- /dev/null +++ b/screenshots/notification.png diff --git a/screenshots/throttling.png b/screenshots/throttling.png Binary files differnew file mode 100644 index 0000000..fbf24db --- /dev/null +++ b/screenshots/throttling.png |