Snow Leopard's Dock -> Tiger's Dock ?
I don't like the Dock, in Snow Leopard. It's too "Walt Disney" style to my taste. I don't like its false 3D line separator, and I hate the blue pills under open applications.
I would prefer to have Tiger's Dock appearance : a simple line as separator, black triangles for the open apps, and probably the flat 2D Dock too.
Is there a way to customise the Dock ?
I would prefer to have Tiger's Dock appearance : a simple line as separator, black triangles for the open apps, and probably the flat 2D Dock too.
Is there a way to customise the Dock ?
Comments
http://www.versiontracker.com/dyn/moreinfo/macosx/33516
Arrgh ! Its options are limited. I'm unable to get Tiger's Dock.
Any ideas ?
1) Open Terminal (Applications => Utilities => Terminal.app)
2) Type the following code "press enter for each code once":
defaults write com.apple.dock no-glass -boolean YES
killall Dock
3) to reverse the Dock back to 3D just change "YES" to "NO"
However, this isn't enough for me. How can I change the Dock's transparency ? And what about the other rendering styles ? (color, no round corners, no line around the dock...). I hope there are some Terminal commands for this, without having to edit the Dock files located here :
/System/Library/Core Services/Dock -> contents/resources
However, this isn't enough for me. How can I change the Dock's transparency ? And what about the other rendering styles ? (color, no round corners, no line around the dock...). I hope there are some Terminal commands for this, without having to edit the Dock files located here :
/System/Library/Core Services/Dock -> contents/resources
You have to edit the Dock image files for anything more than the 2D switch. Also note, while you can change transparency, the Dock will still capture clicks in that area. So, if you wanted to shrink it down, when it's in front of something, your click will still be captured by the Dock.
You have to edit the Dock image files for anything more than the 2D switch. Also note, while you can change transparency, the Dock will still capture clicks in that area. So, if you wanted to shrink it down, when it's in front of something, your click will still be captured by the Dock.
it is what I thought.