This file is indexed.

/usr/share/doc/hddtemp/contribs/wminfo is in hddtemp 0.3-beta15-52.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
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".