From ThisBlueWiki
How to fix the Dock in Leopard to have visible indicators
The 3D dock in Leopard has a little glowy dot for running programs that is hard to see. You can replace it with the 2D Leopard dot which is much brighter like so.
- open Terminal
- cd /Volumes/YOUR MACINTOSH HD NAME HERE/System/Library/CoreServices/Dock.app/Contents/Resources/
- sudo mv indicator_large.png indicator_large.png~ ; sudo mv indicator_medium.png indicator_medium.png~ ; sudo mv indicator_small.png indicator_small.png~ ; sudo cp indicator_medium_simple.png indicator_small.png ; sudo cp indicator_medium_simple.png indicator_medium.png ; sudo cp indicator_medium_simple.png indicator_large.png ;
- killall Dock
How to get a nice Smoke colored (dark) Dock, aka SmokeDock
(from http://www.blambert.co.uk/smokedock/)
Shown here with the simple indicators, as described above.
- Navigate to /System/Library/CoreServices
- Right-click on Dock and 'show package contents'.
- Navigate to /Contents/Resources/
- Back up:
- scurve-l.png
- scurve-m.png
- scurve-sm.png
- scurve-xl.png
- Then, replace them with these files.
You may have an issue with one or more of the files not copying properly, if this happens, the original file needs to be deleted from the directory first.
Then open Terminal and type 'killall Dock' to restart the dock.
MyLibraryDV
Tidbits