Advertisement
Tech

How to Make Mac Dock Icons Transparent When Hidden

Customize your Mac Dock with a Terminal command to know at a glance which applications are hidden by making their icons transparent. While you’re at it, you can change the icon size in the Dock as well in System Preferences.

By ktolliver
Desk Tech
Reading time 3 min read
Word count 459
MAC platform Computing Mactips
How to Make Mac Dock Icons Transparent When Hidden
Advertisement
Quick Take

Customize your Mac Dock with a Terminal command to know at a glance which applications are hidden by making their icons transparent. While you’re at it, you can change the icon size in the Dock as well in System Preferences.

On this page

Making the Mac Dock Icons Transparent

Hiding an application in Mac helps keep your desktop organized. A hidden application is open in the background but not visible on the desktop. A hidden app has an icon on the Dock. Clicking the Dock icon brings the app back onto the desktop.

You can hide an application by pressing Command+H when you are in the app. Alternatively, you can click on the application’s name on the menu bar at the top left of the desktop and choose Hide from the dropdown menu.

Advertisement

By default in OS X, you can’t tell a hidden application icon from a normal Dock icon. However, you can distinguish which Dock apps are open but hidden by turning on a switch in the operating system that makes hidden Dock icons transparent. Any icons on the Dock that are solid are closed apps that are normally found on the Dock whether they are open or not. Follow the steps below to enter a command line in Terminal to turn on this feature.

Step 1

Advertisement

Open Finder and browse to the Applications folder. Open the Utilities folder under that. Find and double-click the Terminal app to open it.

Step 2

Advertisement

Enter the following line in the Terminal:

defaults write com.apple.Dock showhidden -bool YES

Advertisement

Step 3

Refresh the Dock by entering the following line in Terminal:

Advertisement

killall Dock

The Dock will disappear briefly and reappear with the feature turned on. Close the Terminal and you’re done.

Advertisement

Now, when you see the Dock, you will know that the transparent icons are open apps and the solid color ones are closed.

Making Mac Doc Icons Solid Again

By the way, if you want to turn off the feature, follow the steps below:

Advertisement

Step 1

Reopen Terminal and enter the following line:

Advertisement

defaults write com.apple.Dock showhidden -bool NO

Step 2

Advertisement

Refresh the Dock once more with this line in Terminal:

killall Dock

Advertisement

Again the Dock will disappear for a few seconds and reappear so the setting can take effect.

Hidden Mac app icons not transparent on the Dock

Advertisement

Changing Dock Icon Size

If you want to further tweak your Dock and adjust the size of the icons, it’s a simple procedure

Step 1

Advertisement

Click the Apple in the top left corner of your screen. Choose “System Preferences” to open the System Preferences applet.

Step 2

Advertisement

Click on the “Dock” item in the Personal tab. When the Dock dialog box opens, you’ll see a Size slider bar at the top.

Step 3

Drag the slider arrow to the left to make the Dock icons smaller. Conversely, drag it to the right for larger ones. Close the Dock dialog when your icons are the size you want. The changes will be saved automatically.

References

  1. Author’s own experience
  2. https://support.apple.com/kb/HT3739
  3. https://spoonjab.com/how-to-fix-grayed-outtransparent-icons-in-dock-mac-osx/
  4. https://osxdaily.com/2010/06/22/make-hidden-application-icons-translucent-in-the-dock/
  5. Screenshots provided by author
Keep Exploring

More from Tech

Filed under
MAC platform Computing
More topics
Mactips
Advertisement