From 5db1c660a5d2c9fd9acf51dd4e2df3f2a49ed6eb Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Thu, 28 Nov 2013 12:48:40 +0530 Subject: [PATCH] Adds note about statusicon fallback --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0eb11bd..7a14977 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ HackerTray HackerTray is a simple [Hacker News](https://news.ycombinator.com/) Linux application that lets you view top HN stories in your System Tray. It relies on appindicator, so -it is not guaranteed to work on all systems. +it is not guaranteed to work on all systems. It also provides a StatusIcon fallback +but it has not been tested. The inspiration for this came from [Hacker Bar](http://hackerbarapp.com), which is Mac-only. I tried to port it to `node-webkit`, but had to do it in Python instead