/* GKrellM Aflag Animation plugin Version 0.1
|  Copyright (C) 2001, Brad Abel
|
|  Author:  Brad Abel envy@cybergoth.zzn.com
|
|  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 displays a waving U.S. flag.


To install: type "make", "make install"

installs aflag_anim.so in $HOME/.gkrellm/plugins

must restart GKrellM to load the new plugin.

clicking on image starts/stops animation.


The background panel this displays on can be changed by creating 
a subdirectory named "earth" in your favorite theme directory 
and placing a bg_panel.png or bg_panel.xpm there that's different 
from the default bg_panel or your themes default bg_panel image.

If you want to replace the flag animation with your own logo or 
animation, the animation can be changed by editing the code to 
point to the new xpm and recompiling. Also, check the defines for
any other configuration options. -Brad

The linux app this plugs into: http://gkrellm.net

This code is the earth_anim code, modified to display a different image.

This was created in memory of those fallen in the
Sept. 11, 2001 terrorist attacks against American civillians.

