/* GKrellM volume plugin Version 0.8
|  Copyright (C) 1999-2000 Sjoerd Simons
|
|  Author:  Sjoerd Simons sjoerd@luon.net
|
|  This program is free software which I release under the GNU General Public
|  License. You may redistribute and/or modify this program under the terms
|  of that license as published by the Free Software Foundation; either
|  version 2 of the License, or (at your option) any later version.
|
|  This program is distributed in the hope that it will be useful,
|  but WITHOUT ANY WARRANTY; without even the implied warranty of
|  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
|  GNU General Public License for more details.
|
|  To get a copy of the GNU General Puplic License,  write to the
|  Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/

A plugin for gkrellm, that let's you control your mixer..

Compiling:
===========

* For linux: just run the normal 'make'.
* For freebsd: run 'make freebsd'.

Installing:
===========
Running 'make install' will place the plugin under
/usr/share/gkrellm/plugins.. You can also manually place the resulting
volume.so under ~/.gkrellm/plugins.. After restarting gkrellm, you should be
able to enable it in the gkrellm plugins configuration menu..

Theming:
========
This plugins supports gkrellm's plugin theming possibilities, it's even
included in the default gkrellm theme :))... The keyword of the plugin is
"volume".   
 
Troubleshooting:
================
If you have trouble compiling the plugin. Make sure you have gtk 1.2 and 
gkrellm >= 0.9.9 and you've installed the gkrellm header files in
/usr/include/gkrellm or /usr/local/include/gkrellm.. If you have placed the
header files in some other dir, change the GKRELMM_INCLUDE varialbe 
in the Makefile
 
Bugs:
=====
Hopefully none, but if you find any please let me know. 





