freememapplet 1.2 - tray app to display free memory
===============================
Copyright (C) 2006, Lior Tubi <lior2b@gmail.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License (see "LICENSE" file).
===============================

--- Compile command used ---
gcc freememapplet.c -o freememapplet `gtk-config --cflags` `gtk-config --libs`

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

(!) freememapplet is designed to sit in the tray area and show the
	current free memory amount of the root partition.
	It has three levels (that are set at compile time):
		1) Normal memory
		2) Low memory
		3) Critical memory - flash the display!

(!) You can set the defualt update interval at compile time
	or through the -u or --update arguments, for example:

		$ freememapplet -u 10
		$ freememapplet --update 5

(!) Also, type -h or --help for help.

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