Displaying gradients behind Stack items on Mac OS X

Mac OS X Stacks are continually-updated lists of folder contents that can be expanded from a single icon on the Dock.

mac-osx-dock-stack-hilte-1

To display gradients behind Stack items as the mouse is moved over them, open a new Terminal window and enter these commands:

defaults write com.apple.dock mouse-over-hilte-stack -boolean YES
killall Dock

mac-osx-dock-stack-hilte-2

To reverse the change, open a new Terminal window and enter these commands:

defaults write com.apple.dock mouse-over-hilte-stack -boolean NO
killall Dock

 

Related posts:

  1. Creating a Recent Items Stack on the Dock in Mac OS X
  2. Making hidden application icons transparent on Mac OS X
  3. Opening multiple items from a Stack in Mac OS X
  4. Forcing the Dock to be displayed in 2D on Mac OS X
  5. Mac OS X: Disabling bouncing Dock icons
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

One Response to “Displaying gradients behind Stack items on Mac OS X”

  1. It should be hilite not hilte.

Afrigator