From b47ba8aea358994d79dc4a644776f499823e293d Mon Sep 17 00:00:00 2001 From: Mark Vainomaa Date: Wed, 21 Dec 2016 15:17:57 +0200 Subject: [PATCH] Add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b49f660 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# notificationhackery + +_Note:_ No, it doesn't hack your notifications, just tests them + +Utilizes tray icon on Windows and GTK libnotify on Linux. + +To build you need to have `/usr/share/java/gtk.jar` on your classpath (under Arch Linux, install `java-gnome`, undex Windows, copy it somewhere and modify `build.gradle`)