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.
Heres my new one for Stargate Universe
 

Attachments

  • Screen shot 2009-10-28 at 20.26.28.png
    Screen shot 2009-10-28 at 20.26.28.png
    990.8 KB · Views: 291
Nice, how do you add spaces between your applications on the dock? What script do you use to put your ToDo on the desktop?

Thanks

Thank you. For the spaces I use Deeper.app. For the To Do list, I haven't had time to read all 43 pages of the Geektools script thread so I just created a .txt file in Word and set the file location to it in the "File" Geeklet properties.
 
Love the Camp Nou background, if only there was something similar for Old Trafford.. Anyways, this is my new wallpaper, I could say it's Halloween/costume related but I'd be lying, it's just random...
I apologize for not posting the link, but a google search is how I came across it.
 

Attachments

  • Screen shot 2009-10-29 at 1.56.21 PM.jpg
    Screen shot 2009-10-29 at 1.56.21 PM.jpg
    238.3 KB · Views: 201
Had to make a halloween theme. I'm mad because I have to work 11pm to 7am on Halloween. No parties for me.
 

Attachments

  • Screen shot 2009-10-29 at 9.03.32 AM.jpg
    Screen shot 2009-10-29 at 9.03.32 AM.jpg
    273.4 KB · Views: 192
What program changes the dock like this one?

I'm looking for a free program (I think I've done it before but I forgot the name of it).

This particular dock was changed by the terminal command.

Code:
defaults write com.apple.Dock no-glass -boolean YES

and then you do

Code:
killall Dock

that will do that for you, so yeah its totally free. :D
 
Love the Camp Nou background, if only there was something similar for Old Trafford.. Anyways, this is my new wallpaper, I could say it's Halloween/costume related but I'd be lying, it's just random...
I apologize for not posting the link, but a google search is how I came across it.

how did you get the quotes to show up on your desktop? can i get the script you used please.
 
how did you get the quotes to show up on your desktop? can i get the script you used please.

It changes every night around midnight west coast time. The first line is the quote and the second is the author's name.

Code:
curl http://encarta.msn.com/encnet/feeds/rssfeed.aspx?type=quote | grep description | sed 's/^[ \t]*//' | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | cut -d - -f 1
curl http://encarta.msn.com/encnet/feeds/rssfeed.aspx?type=quote | grep description | sed 's/^[ \t]*//' | sed -e :a -e 's/<[^>]*>//g;/</N;//ba' | sed 's/.*\(-\)/-/'
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.