From 5a240c361817fe51d07ab393a8f9c89427605a26 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 5 Sep 2013 22:25:09 +0100 Subject: Add 'why?' section to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00c2271..e290bd5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ Note that any script communicating with `mktrayicon` **must**, for the time being, send `q` when they are done. Just removing the FIFO file will **not** cause the tray icon to be removed. +## Why? + +Because I wanted to be able to create tray icons from bash without all the +hassle of interacting with GTK. Now I can create scripts for measuring stuff and +instantly make tray icons out of them (3G signal strength for example). + ## Example run ```bash -- cgit