lcdproc clients
made by buZz
All these scripts are developed for a 4x20 screen i bought from a friend , very cheap.
Recently , i've also bought a 4x40 and found a 2x24 lying around at work, scripts will get updated for multiple sizes once i find the time ;)
$handle = fopen ("acpilcd.pl.hits", "r");
$hits['acpilcd'] = fgets($handle, 4096);
fclose ($handle);
$handle = fopen ("kismetlcd.pl.hits", "r");
$hits['kismetlcd'] = fgets($handle, 4096);
fclose ($handle);
$handle = fopen ("trafficlcd.pl.hits", "r");
$hits['trafficlcd'] = fgets($handle, 4096);
fclose ($handle);
$handle = fopen ("fathlcd.pl.hits", "r");
$hits['fathlcd'] = fgets($handle, 4096);
fclose ($handle);
$handle = fopen ("mpdlcd.pl.hits", "r");
$hits['mpdlcd'] = fgets($handle, 4096);
fclose ($handle);
$total = $hits['acpilcd']+$hits['fathlcd']+$hits['kismetlcd']+$hits['trafficlcd']+$hits['mpdlcd'];
?>
Total downloads of scripts from this page : = $total ?>

- mpdlcd.pl
MPD (Music Player Daemon) client for lcdproc. Supports buttons!
Allows you to skip a song with button A and pause/unpause with button C.
- download - Downloaded: = $hits['mpdlcd'] ?> times

- fathlcd.pl
Warning! THIS IS *#(&$*ING UGLY CODE , BUT...
It's a script that parses your unitinfo.txt from a Folding@Home client , calculates some basic stats and displays them.
- download - Downloaded: = $hits['fathlcd'] ?> times

- acpilcd.pl
This script displays time remaining on your battery. Just tested on a laptop with 1 battery , would need some hacking to support more than that.
- shot - download - Downloaded: = $hits['acpilcd'] ?> times

- kismetlcd.pl
Kismet is a wireless scanner which works in server/daemon mode. This script acts as a client for that , and prints some output to LCDd.
Currently this just prints the 'current' network, which tends to be the last one you've scanned.
- download - Downloaded: = $hits['kismetlcd'] ?> times

- trafficlcd.pl
A very basic script to get the current network speed , measured over eth0.
- download - Downloaded: = $hits['trafficlcd'] ?> times