Enclosed is a small program I wrote. Use it to determine whether you are on
battery or ac power in your shell scripts.
Examples from my anacrontab:
onacpow && run-parts
>From my .xsession:
if [ onbatt ]
then
wallp -quit adrift.jpg
else
wallp -start &
fi
license is BSD (I had to put a license with it)
Maybe it should eventually get assimilated by the apm package.
