tempiconsvg is a simple tray icon showing cpu temperature in Celcius.
There is no plan to support Farenheit.

Compilation and Installation
----------------------------
run "./configure"
for more options run "./configure --help"

Run "make && make install"

The default installation directory ("PREFIX") is /usr/local.
NOTE: icons are generated when installing and by default are
installed to /etc/tempicon.

By default the binary is compiled against gtk+-2.0.

to compile against gtk3:
eg:
./configure CFLAGS=gtk+-3.0 [+ other options if needed]


Dependencies
------------
gcc for compilation
gnu "make"
strip (optional) for stripping the binary

gtk+-2.0 minimum
gtk+-3.0 (optional); NB: requires gtkdialog compiled against it as well, and for 
historical purposes the binary renamed (gtkdialog) to gtk3dialog. This 
can be altered manually in the scripts.

gtkdialog>=0.80
Any system tray that runs in X and supports gtkstatusicon (gtk+-2 and 3)
lm_sensors (optional)

Running
-------

You can run it straight away with "tempiconsvg" command.
if you run Puppy Linux you can right click the icon and choose to
enable or disable at startup.
In other Linux you can start it with a script/.desktop in your Autostart
(or similar) directory.

The supporting script will detect if lm_sensors is installed and use it.

a "pinstall.sh" is included for puppylinux in the extras directory.

-------------------------------------------------------------------------------

(c) Michael Amadio, 2013, GPL V3 or higher. 

many thanks to rcrsn51 and technosaurus on the Puppy forum for ideas.

NO WARRANTY

01micko@gmail.com
