Bank Gothic, which ranks up there with Papyrus and Herculanum as being one of the worst (and most overused) types ever.What's the font used in this picture?
http://att.macrumors.com/attachment.php?attachmentid=189445&d=1250860503
Bank Gothic, which ranks up there with Papyrus and Herculanum as being one of the worst (and most overused) types ever.What's the font used in this picture?
http://att.macrumors.com/attachment.php?attachmentid=189445&d=1250860503
What's the font used in this picture?
http://att.macrumors.com/attachment.php?attachmentid=189445&d=1250860503
curl --silent "http://weather.yahooapis.com/forecastrss?p=USFL0481&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
curl -s http://www.dailyzen.com/ | sed -n “/<\!–Add Quote for correct day–>/,/<\/TD>/p”|sed -e “s/<[^>]*>//g” |strings|fold -sw60
Bank Gothic, which ranks up there with Papyrus and Herculanum as being one of the worst (and most overused) types ever.
Well, I suppose everyone has their opinions. However, I happen to like it... especially for numbers.
Bank Gothic, which ranks up there with Papyrus and Herculanum as being one of the worst (and most overused) types ever.
That too.I believe you're forgetting about comic sans.
Try this:What script is everyone using for weather? i've tried most in this thread but to no avail.
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=USFL0481&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
Try this:
Partly cloudy and 72?! Wish I was there!Code:curl --silent "http://xml.weather.yahoo.com/forecastrss?p=USFL0481&u=f" | grep -E '(Current Conditions:|F<BR)' | sed -e 's/Current Conditions://' -e 's/<br \/>//' -e 's/<b>//' -e 's/<\/b>//' -e 's/<BR \/>//' -e 's/<description>//' -e 's/<\/description>//'
I'm really only familiar with Geektool 3. I see you use ver 2. Isn't there supposed to be an empty window that your script will eventually show up in?
Thats the blue window in the background..
I tried GT3, but prefer the older one.. (i.e. in GT3, how does one close the preferences window for each script? I couldnt figure that part out)
Curious - what happens when you put just the yahoo url in a web browser:
http://xml.weather.yahoo.com/forecastrss?p=USFL0481&u=f
Do you get the weather data or a blocked message?
Also, in GT3 you can't close the script preferences window. It does, however, automatically change when you click on another existing shell or create a new shell.
By the looks of it it seems that Yahoo has blocked your IP due to too frequent refreshes (yahoo thinks you are a bot). Wait a few days without pinging that site and try again. Then, make sure your refresh is 1 hour or longer.I'll try upgrading to GT3 again. I got confused and downgraded.. lol.
When I click the link, it gives me this page:
http://www.google.com/ig/add?feedurl=http://xml.weather.yahoo.com/forecastrss?p=USFL0481&u=f
By the looks of it it seems that Yahoo has blocked your IP due to too frequent refreshes (yahoo thinks you are a bot). Wait a few days without pinging that site and try again. Then, make sure your refresh is 1 hour or longer.
Look at post #1409.Will do.. Thank you..
Hopefully that will work.. and hopefully someone has insight on a QOTD script.
Here is my current geektool setup click here
geektools enabled;
- date, time, weekday, ...
- current weather from yahoo
- quote of the day
- amount of unread mail messages
- current local IP
- Airport status with changing images for signal-strength and location
most script are self made using applescript or unix.
most of the time I use both applescript and unix together
other and current disabled scripts are;
- icalevents (with some bugs)
- calendar (with the current date in other color so that you'll notice
- itunes current track
- current song on the radio
- total, current network traffic
- todo's
- disk size of every mounted disk/volume and trash size
thats about it
Could someone here do me a favor and post the script for the simple calendar? Thanks in advance.
cal
- Airport status with changing images for signal-strength and location
Works..for the current month:
Code:cal
...and there are numerous other posts in this thread that give examples of showing the calendar (some fairly recent, too).Could someone here do me a favor and post the script for the simple calendar? Thanks in advance.
ugh. You know I just hate it when I ask a question with the most obvious answer. facepalm.jpgfor the current month:
Code:cal