diff options
author | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 22:25:09 +0100 |
---|---|---|
committer | Jon Gjengset <jon@thesquareplanet.com> | 2013-09-05 22:25:09 +0100 |
commit | 5a240c361817fe51d07ab393a8f9c89427605a26 (patch) | |
tree | a5d9a1433e1fbc90525ac1ce3721b22d830a8cbd | |
parent | Add usage string when run with no arguments (diff) | |
download | mktrayicon-5a240c361817fe51d07ab393a8f9c89427605a26.tar.gz mktrayicon-5a240c361817fe51d07ab393a8f9c89427605a26.tar.bz2 mktrayicon-5a240c361817fe51d07ab393a8f9c89427605a26.zip |
Add 'why?' section to README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |