aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-08-19 14:42:42 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-08-19 14:42:42 +0200
commitc67dd29ba4d21a4ce26adb8734dda829cb9b295f (patch)
tree4cc943fa15ff67ae90726f15c63e89d5b1768af1
parent727044065662cf86bb96d209bc4c27bc5b220b33 (diff)
downloadjournal-notify-c67dd29ba4d21a4ce26adb8734dda829cb9b295f.tar.gz
journal-notify-c67dd29ba4d21a4ce26adb8734dda829cb9b295f.tar.zst
new screenshots
-rw-r--r--Makefile3
-rw-r--r--README.md6
-rw-r--r--screenshot.pngbin6817 -> 0 bytes
-rw-r--r--screenshots/notification.pngbin0 -> 9805 bytes
-rw-r--r--screenshots/throttling.pngbin0 -> 9332 bytes
5 files changed, 7 insertions, 2 deletions
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
--- a/screenshot.png
+++ /dev/null
Binary files differ
diff --git a/screenshots/notification.png b/screenshots/notification.png
new file mode 100644
index 0000000..e5664b8
--- /dev/null
+++ b/screenshots/notification.png
Binary files differ
diff --git a/screenshots/throttling.png b/screenshots/throttling.png
new file mode 100644
index 0000000..fbf24db
--- /dev/null
+++ b/screenshots/throttling.png
Binary files differ