Haven't fully decided yet but these 2 are what i'm alternating between
Must know where you got those purple circles around the icons in the dockhappy new year everyone!!!
here's mine for the new year
clean (click for larger view)
busy (click for larger view)
original
clean and simple
Happy 2009!
Mine for now will probably change soon.
Must know where you got those purple circles around the icons in the dock
really dumb question. But what program are you using to show your song info to show up like that?
How do you download the custom dock thing and get it to work?
Mine. Note the awesome song / CD currently playing . .![]()
Must know where you got those purple circles around the icons in the dock
Could you share where you got all of the stuff in the top left at?
Looks really great.
Its geektool (google it) and geektool used with Lynx text browser (you can get that from apple.com) and I'm running these shell commands:
Date: date +%d
Month: date +%B
Day: date +%A
Time: date +"%I:%M"
AM/PM: date +"%p"
Weather (need Lynx):
-temp: lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=YOURZIPCODE|awk '/Temp/{printf $2, ": "; for (i=3; i<=3; i++) printf $i " " }'
Conditions: lynx -dump http://printer.wunderground.com/cgi-bin/findweather/getForecast?query=YOURZIPCODE|awk '/Cond/ && !/Fore/ {for (i=2; i<=10; i++) printf $i " " }'
Edit: The music thing is a Bowtie theme from god knows where.