Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
So i played with geektool a couple months ago, but I got frusterated with not being able to make an iTunes script (I still can't, but I'm working on it lol).

Anyway here's what I managed to do this afternoon (using scrips posted on these thread)

Edit: Figured it'd be helpful to actually post the image.
 

Attachments

  • Screen shot 2009-09-21 at 5.44.33 PM.jpg
    Screen shot 2009-09-21 at 5.44.33 PM.jpg
    326.3 KB · Views: 536
Just started using geektool but I love it! Used it to make the simple indicators on the bottom corners. Thanks for the scripts guys!

*EDIT* Does anyone know how I can add today's "High" temperature? For instance, on the bottom right, where I have "Fair, 93 F" I would like to to say "Fair, 93 F High 96 F" (I used curl BTW).

Would that be possible? Thanks!
 

Attachments

  • Screen shot 2009-09-22 at 2.21.36 PM.jpg
    Screen shot 2009-09-22 at 2.21.36 PM.jpg
    361.8 KB · Views: 474
Life Tracking

Does anyone know a command I could use to have Geektool display a .rtfd on my desktop? I'd like to keep a running log with pictures and have, thus far, only been able to find a way to display a plain .txt file using the shell option.

Thanks for your time!
 
Snow Leopard

My Free Cpu: Script stopped working after the upgrade to snow leopard, any help?
Code:
top -l 2 | awk '/CPU usage/ && NR > 5 {print"CPU: " $12, $13}'
 
For the weather, is it possible to limit it to the first word in the forecast, for instance, right now it reads:

THUNDER IN THE VICINITY, 85 F

can I make it so it only shows as "THUNDER, 85 F"
 
Has anybody figured out a fix for the analog clock in geektool 3? The image proportionality is all screwed up and one cannot enlarge the size of the clock.

Thanks.
 
Oh this is sooo freaking cool!!!!

Question: Do you put all of your code into one shell? Or do you have multiple shells on the desktop? If you put it into one shell how do you separate the code?

IE
Date
Time
Calendar etc

Thanks
 
this should work for you:
Code:
airport -I | grep -e '[^[:alnum:]_]SSID[^[:alnum:]_]' | sed 's/[ ]*SSID: //g'

Is there more to this than this? If I enter this string in a terminal window, I get "airport: command not found".
 
Is there more to this than this? If I enter this string in a terminal window, I get "airport: command not found".

it's because you have to link the airport applicaion to the binary folder.
Code:
sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport
 
here's a script for a world clock which i got here. i couldn't get the script to work using the setup as depicted on the webpage link, but after switching to gmt format it seems to work just fine.

(i added in the "-" bit which you can remove or replace with another character.)

TZ=Alaska/GMT9 date +"Anchorage: %I:%M %p - %D"
TZ=NewYork/GMT5 date +"New York: %I:%M %p - %D"
TZ=England/GMT date +"London: %I:%M %p - %D"
TZ=Australia/GMT-10 date +"Sydney: %I:%M %p - %D"


(this is a VERY cool thread! :D)

Sorry to rez an old post, but does anyone know how to modify this to take into account daylight savings?

Libwolf
 
Sorry to rez an old post, but does anyone know how to modify this to take into account daylight savings?

Libwolf

while many countries observe daylight savings, there are quite a few rules and regulations governing when daylight savings begins and ends. have you tried DST or UTC? i tried them, but i couldn't get them to work properly, so i simply created a few different geektool shells to comply with time changes.

i haven't searched this thread in a while, but you might find something that does work, or maybe someone will step up and help out with providing this info.


:D i'm just happy i finally got some of the weather scripts to work!
 
just redone my desktop after upgrading to SL, not too sure about the placement for some of it mainly the info above the time. anyone have a suggestion for a better home for it?

 
just redone my desktop after upgrading to SL, not too sure about the placement for some of it mainly the info above the time. anyone have a suggestion for a better home for it?


Most of us are taught to read from upper left to lower right, left to right across a page. So I like to put my most important things I want to see in glance in the upper left-hand corner of my screen called the "Primary Optical Area."
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.