This is just a simple load monitor that I wrote to learn how to write an epplet. Seems to be working fine, but email me if you find any bugs.
-Travis whitton@atlantic.net
Needed packages:
enlightenment 16 (or higher)
epplet-base-1.0.0 (or higher)
To Install:
First, edit the Makefile:
set INSTDIR to point to where you want it installed
Edit loadmon.epplet(if needed):
you can change the DELAY define at the top to suit your
needs; however, the default seems to work fine.
Do a
make
su to root if you want to install
make install
Start it
loadmon.epplet &
To Uninstall, type make uninstall.
