This is a simple script in php to get a calendar with today's day colored.
PHP script: http://pastebin.com/f56e5608f
With this you get a calendar starting in Monday or Sunday with today's date in red, to change the color you only have to change '31' (red) in
echo chr(27),'[','31m',$color_day,chr(27),'[','0m';
The geeklet is configured to execute the script in /var/calendar.php, so if you save calendar.php somewhere else you will need to modify the path in the geeklet.
