I've been loving geektool!
Are there any good ichat buddy list scripts?
Also does Geektool uses a lot of processes?
Just curious
so far i'm only using it to show the day, date, calender, uptime and cpu, is that too much?
I don't think there will be a GeekTool 3. Seeing as the project has sat unchanged for 7 years. Aside from a recompile to Universal. The copyright date on the app is still 2002. And the source code on the site still uses Project Builder files. (Apple released xCode in October 2003.)
I don't understand though how in all these years, someone hasn't decided to take it upon themselves to improve it. I mean if the author is just gonna let it sit there. It may work great now, but so much has happened in the last 7 years that could be implemented. Rotation of the output for one could be nice. I'd also like to see shadow customization along the lines of CSS3's Text-Shadow property. Standard color, offset and spread options. (text-shadow: black 2px 2px 5px)
Edit: Translation of the authors website shows the last site update was 2003... then a post was made in 2007 entitled "A l'abandon ?" Which you can guess what it means...
http://74.125.93.132/translate_c?hl...le.com&usg=ALkJrhiYlhpnVsjuX09tiUprgJeTRoMTew
Which means it is now abandonware. Which means someone can continue development. I don't know any code or else I'd try. And I tried to open the Project Builder project in xCode and it wouldn't even open.
Someone has to continue this app! At least recompile it once more for 64-bit Snow Leopard. (It works fine in Snow Leopard BTW, but it is 32-bit. So it would be nice to get it to be 64-bit.
is their a script just to see youre comp temp and ram usage?
if so would u mind sharing it?
thank you.
top -l 1 | awk '/PhysMem/ {print "Used: " $8 " Free: " $10}'
top -l 1 | awk '/PhysMem/ {print "RAM: " $8 " "}' ;
/Users/MarioEspinoza/GeekTool/matchtemp.py "`/Users/MarioEspinoza/GeekTool/smc.custom -k TC0D -r`" | sed 's/\(.\)\(.\)/\1 \2/g'
/Users/MarioEspinoza/GeekTool/matchtemp.py "`/Users/MarioEspinoza/GeekTool/smc.custom -k TC0D -r`" | sed 's/\(.\)\(.\)/\1 \2/g'
quoted from This Guys's Script Page*21=Current CPU temp in C
curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&u=f" | grep -e "Current Conditions" -A 1 | tail -n 1 | sed -e 's/<BR \/>//' && echo && curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&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/"
i didnt use lynx i used CURL
no need to install it or anything....just run it once
and heres the code
Code:curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&u=f" | grep -e "Current Conditions" -A 1 | tail -n 1 | sed -e 's/<BR \/>//' && echo && curl --silent "http://xml.weather.yahoo.com/forecastrss?p=YOURZIPCODE&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/"
just change it where it says YOURZIPCODE to ur zip code
i didnt use lynx i used CURL
no need to install it or anything....just run it once
and heres the code
just change it where it says YOURZIPCODE to ur zip code
I paste the code that is on first page and nothing comes up! It's really frustrating and I change the color and font and it was super small than when I changed the size it disappeared it is annoying.
is there a way to show your / other member's postcount in geektool? Or if he/she is online?