Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4a1bb056d03391545ad598445895db49 > files > 20

hddtemp-0.3-0.21.beta15.fc15.i686.rpm


Sended by <yeupou@coleumes.org>

=======================================

Using wminfo, a dockapp for WindowMaker you can display hddtemp informations.
With a plugin (a simple bash script), containing something like:

[ "$2" == "" ] ; then
     hddtemp -q $1 | sed s@"$1: "@""@g
else
      hddtemp -q $1 | sed s@" $2: "@""@g | sed s@"/dev/"@""@g
fi

If the script is called hddtemp.wmiplugin, executing wminfo like this:

wminfo -p "hddtemp.wmiplugin /dev/hda ST340016A" -u 60

you will get something like:  "HDA: 32 C".