Can you post a link to this awesome wallpaper. TIA.
Very nice, would you like to share what some of the scripts you used are?
I'm curious how you got the little box around your weather with the tiny pictures. How did you do that?Weather for specific location:
Vertically listed as: City, State; Current Conditions and Temp; Forecast in one whole section:
echo "Kailua-Kona, HI"
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=96734&u=f" | grep -e "Current Conditions" -A 1 | tail -n 1 | sed -e 's/<BR \/>//'
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=96734&u=f" | grep -e "Forecast:" -A 2 | tail -n 2 | sed -e 's/<br \/>//' -e 's/<BR \/>//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"
http://www.truegameheadz.com/blogheadz/wp-content/uploads/2009/07/lightcycle.jpg
I got the pic off of Google Images. I was in a Tron mood after seeing the Comic-Con footage so I searched for "Tron Legacy" at Google Images and found the 2588 x 1403 image (1420k - jpg) on the first page. I'm glad you liked it. It's my first attempt at anything Geektool and I think it looks pretty good for a first try!![]()
Hi all so my desktop has dramatically changed over night. i took things from everywhere and i'd like to thank anyone whos script, background, ideas inspired me.
This is what i have so far.
![]()
Also, I have been having trouble with getting things like standard calendars and columns to work. they appear in unorganized. like they do not follow a straight line. I mentioned this before but i thought it was a Geektool 3 issue. since then i've downgraded to Geektool 2 but continue to have this problem. Any help would be much appreciated.
EDIT: I'll also be adding a text document with all the codes i have managed to get working for me. they will include the code and also the fonts i used to display them for those curious.
Could you post a link to where you got this wallpaper?Here is my first attempt:
![]()
Also, is there any way to get the text on a slight angle?
Thank you
Could you post a link to where you got this wallpaper?New desktop, thus; new geektool! (the reason the PM is so far away from the time is because it's 11, Usually the time is more spread out.)
Clicky.
![]()
What are the fonts used for your date (Day, Date and Month)?
Hey sorry about the wait. i used the following fonts:
Date: Abadi MT Condens (the thinner one)
Day: Academy Engraved
Month: Zapfino
Weather: Princetown LET
![]()
Trash Size-- [du -sh ~/.Trash/ | awk '{print $1}']
Well the dock isn't an icon, but you have to use a third party utility to change the dock appearance. There are a few, but I have no intention of recommending one, since I'm content to use the default dock. So I will just let someone more educated answer this lol.I see that many wallpapers have docks that are greyscale and no Macintosh HD folder icon, i was wondering how to do this. Also, this is prbly a noob question, but how do i change a dock icon?
tell application "Safari"
if text of tab 1 of window 1 contains "Mostly Cloudy"
Display "28d.png"
end if
end tell
That looks really good, but why don't you just download curl or lynx, or something like that? Those seem to work really well for the weather. That's what I'm using now.Or something like that ( I know it doesn't make sense but its just to let you guys know what I want ). The problem is, I don't want a window to be ope all the time!
This is my desktop now:
That uses curl, which I've had better luck with than lynx. And yes you should just install it and that should be all you have to do. I installed curl with MacPorts, which is probably the simplest and easiest way, unless you want to compile it from source yourself.the thing is, i don't know how to use lynx. Do i just install it then i'm done?
i just came accross something else, a php script:http://iamawesome.net/wp-content/uploads/2009/04/weatherimage.txt I dont know how to use that either.
I see that many wallpapers have docks that are greyscale and no Macintosh HD folder icon, i was wondering how to do this. Also, this is prbly a noob question, but how do i change a dock icon?