Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I like it clean

ScreenShot2013-07-27at071249_zpscf71cbb5.jpg
[/URL]
 
Very simple, but tried to mimic the iOS 7 lock screen. My first attempt at Geektool.
 

Attachments

  • Screen Shot 2013-08-18 at 17.20.15.jpg
    Screen Shot 2013-08-18 at 17.20.15.jpg
    637.7 KB · Views: 341
My first foray into the world of geektool, kept it simple:

Screen Shot 2013-08-20 at 12.05.59.png

I used the Disk Capacity Meter Geeklet from here for the images, and the itunesgeeklet for itunes.

Battery charge
CPU average over the last minute with temperature in the middle
Fan Speed
Memory Usage
Storage on my boot drive (Will add my other drive underneath when I get it back in)
Itunes currently playing (disappears on quit)

I was thinking of adding some reminders, but I can't think of an uncluttered way to do it, and it doesn't help that my use of the reminders app is a bit all over the place.

Might work on an Alfred countdown timer in a bit.
 
Last edited:
Here's my first attempt with geektool :) Pretty simple, but I like how it turned out.
 

Attachments

  • Screen Shot 2013-08-23 at 20.44.45.png
    Screen Shot 2013-08-23 at 20.44.45.png
    827.2 KB · Views: 253
I know this background has been used before by others, but I've added a bit to it - a post-it note for my Reminders, a digital picture frame for my weather radar image (it's a slideshow of radar images) and a corkboard for any files I have on my desktop.

As far as the corkboard goes, I've added thumbtacks to it and set them to "always on top" so that the tacks will actually be covering the files. The only problem is that now the tacks show up over top of any windows I have open as well - anyone know if there's a way around this?

yeti
 

Attachments

  • Screen Shot 2013-08-24 at 2.15.05 PM.png
    Screen Shot 2013-08-24 at 2.15.05 PM.png
    1.3 MB · Views: 312
I know this background has been used before by others, but I've added a bit to it - a post-it note for my Reminders, a digital picture frame for my weather radar image (it's a slideshow of radar images) and a corkboard for any files I have on my desktop.

As far as the corkboard goes, I've added thumbtacks to it and set them to "always on top" so that the tacks will actually be covering the files. The only problem is that now the tacks show up over top of any windows I have open as well - anyone know if there's a way around this?

yeti

Right click the shell and I think you can set it to show underneath.
 
I'm assuming when you say shell you mean the image. When I right click on it, my only options are move forward, move backward, bring to front, or send to back. None of them do anything while I have "keep on top" checked though. If I uncheck "keep on top", nothing I do puts the image over top of the file on the desktop.

yeti
 
You need to make sure the weather1.png file exists in the directory for it to work, it will not create the file by default. If you don't have one, just take any jpg and rename it to that...once the file is there it should start working... hope this helps!

I'm wondering if the weather image is working for anyone now. It was working for me, but I can't get it to show up anymore. I set this up about a week ago and since then Yahoo Weather has changed.
 
Here's my first attempt with geektool :) Pretty simple, but I like how it turned out.

love simplicity

----------

I'm wondering if the weather image is working for anyone now. It was working for me, but I can't get it to show up anymore. I set this up about a week ago and since then Yahoo Weather has changed.

Mine is working, what happens when you force refresh?

Is the weather data working or just the image not updating?
 
My first foray into the world of geektool, kept it simple:

View attachment 429147

I used the Disk Capacity Meter Geeklet from here for the images, and the itunesgeeklet for itunes.

Battery charge
CPU average over the last minute with temperature in the middle
Fan Speed
Memory Usage
Storage on my boot drive (Will add my other drive underneath when I get it back in)
Itunes currently playing (disappears on quit)

I wish I knew AppleScript, because I want this!

I don't even know how to get the text in the circle..then I don't know how to use that circle for the other scripts..:(

Anybody have some good links on how to figure this stuff out?
 
Got 2 of the neon circle geeklets going so far..Disk Usage Meter in the middle and Battry Charge Meter on the right. Still have work to do to get some more of them set up, but I like it so far..

20zdy7d.png
 
My script stopped producing the image too.

This script seems to be working:

curl -s http://YOUR YAHOO WEATHER ADDRESS HERE/ | grep "current-weather" | sed "s/.*background\:url(\'\(.*\)\') .*/\1/" | xargs curl -s -o /tmp/currentweather.png

You can call the png file in tmp anything you want. Also, remember that you want to have a yahoo weather address that looks like this:
http://weather.yahoo.com/united-states/new-york/new-york-2459115/

Not this: http://weather.yahoo.com
 
No dice, just tried your script using New York's address and it didn't do anything.

It looks like Yahoo has completely redone their weather page. Their weather icons are actually pretty crappy looking now, I loved their previous ones. I wonder if there is a better source.

yeti

PS Should we be moving this to a new thread maybe? We're kind of cluttering up the Desktop thread.
 
No dice, just tried your script using New York's address and it didn't do anything.

It looks like Yahoo has completely redone their weather page. Their weather icons are actually pretty crappy looking now, I loved their previous ones. I wonder if there is a better source.

yeti

PS Should we be moving this to a new thread maybe? We're kind of cluttering up the Desktop thread.

There used to be a thread with Geektool scripts. Is this not the equivalent, kind of?

A better fix may be to use a different service. The weather channel has icons too. I used this script:

curl --silent "http://www.weather.com/weather/right-now/ZIPCODE" | grep -E -o 'http://s.imwx.com/v.20120328.084208//img/wxicon/120/.*png' | head -1 | xargs curl -o /tmp/weather.png

Taken from this posthttps://forums.macrumors.com/posts/15540918/

However, you need to make a slight adjustment to the image URL. To find the image url, just have a look at the page source.
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.