Change Snow Leopard dock theme to 2D

August 24, 2009 · 4 comments

If you’re like me, and still can’t stand the default dock theme on your fresh install of Snow Leopard, theirs an easy way to change it to the previous tiger look and feel. For me, the default dock theme seems like something out of Star Trek.

Snow Leopard Default Dock Theme

Now, let’s change this to a more pleasing look.

Open up the terminal, and type the following, then press the enter button

defaults write com.apple.dock no-glass -boolean YES

Now, you need to reload the dock, to do so, again, in the terminal, type the following.

killall Dock

Now, your dock should look like the following.

Snow Leopard Dock Modified 2D

If for some reason, you wan’t to change your dock theme back to the original display, open the terminal, and type the following commands.

defaults write com.apple.dock no-glass -boolean NO

killall Dock

Trackback URL:

{ 4 comments… read them below or add one }

Misael November 14, 2009 at 7:31 am

Sweet body, than you very much!!!!!

Reply

Todd February 3, 2011 at 7:33 pm

Thanks!

Reply

Chris July 6, 2011 at 5:16 pm

THANK YOU!!!!

Reply

Chris July 6, 2011 at 5:17 pm

works on lion too

Reply

Leave a Comment