Anyone who uses a lot of memory can probably appreciate a nice reminder of how much RAM is still available.
Here’s a shell command you can put into geektool to display the amount of free memory on your desktop.
top -l 1 | awk '/PhysMem/ {printf $10 }';