X-Git-Url: https://jasonwoof.com/gitweb/?p=now-playing-d.git;a=blobdiff_plain;f=README;fp=README;h=084fda0d7b25e72b64e033f98a760aa46ba4574c;hp=0000000000000000000000000000000000000000;hb=c1b9cf2a3e8e380738402381c585f9e282cbc39f;hpb=353f205d1b74d10acc4749605dd2234c2d852a76 diff --git a/README b/README new file mode 100644 index 0000000..084fda0 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +This is a very simple program which displays one line of text in the +notification area. + +It reads a file (~/tmp/now-playing) every second, and displays the contents in +the notification area. For best results, make sure there's no newlines in the +file, and that there's not too much text. + +You can build it with this command: make + +And install it in your ~/bin with this command: make install + +This program is licensed under the GNU GPLv3+. + +This download also contains a copy of eggtrayicon by Anders Carlsson, which is +licensed under the GNU LGPLv2+