how to get the htc style clock:
The First thing you'll need is the background which you can download here
http://cl.ly/2I12
Save the background image in a folder where you'll remember it is
Then to place the image onto your desktop just drag the image icon from Geektools preference pane on to your desktop,and then specify the location of the image inside the box above [set local path]. (or you could just click the button and find the image when the pop up box appears)
Now you should have the HTC background on your desktop
Place this anywhere on your desktop where you want the Geeklet to sit.
All the next commands are Shell commands.
Next thing to add would be the Hour and Minute. the codes are:
hour: date +%I
min: date +%M
note from here on, when you see YOURCITYNAME or YOURCITYCODE you have to edit it to your specifics
The City name is just a simple echo which just displays any text you want it to,
the code is: echo YOURCITYNAME
On the other side we have the day, month and date., the code is: date +'%A, %b %d'
to have the AM/PM text, the code is: date +%p
Lay these little geeklets over your background in whichever way you want. It doesn’t have to be the way I have it here
To get the weather for your city you need to first head over to Yahoo Weather and do a search for your city. Copy and save the URL for your city as you'll need it later.
Then, whilst on the page for your city's weather, hit the RSS button and the page will change to a feed page. In the URL for this page you'll see a code that’s all in uppercase. That’s your city code. Copy and save this next to your city URL as you will need this later aswell.
To get the current weather for your location, the code is :
curl --silent "
http://weather.yahooapis.com/forecastrss?p=YOURCITYCODE&u=c" | grep -E '(Current Conditions:|[A-Z]