Adjust width of spacer between Mac OS dock icons

Many of you might know that it is possible to add a spacer to the Mac OS dock icons with:

$ defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
$ killall Dock

but the problem is, I find them a bit wide by default. I do understand the size of the space is the same as an actual icon but I'm wondering if anyone knows a way to adjust the space of those spacers

An image of the spacers I'm talking about can be found here


Solution 1:

I just tried typing in different things and discovered that "small-spacer-tile" adds a narrow space.

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'
killall Dock

Here, a "small-spacer-tile" vs a "spacer-tile":

enter image description here

Solution 2:

I held the same belief, that the spaces were too big. I've researched this rather extensively, and found no way to lessen the gap.

I went in another direction - adding a vertical line instead of a space.

vertical line

To do this, I created an app in Automator that simply launches the Finder. I called them line1.app and line2.app (for however many lines you want, you need to create a different app).

If you've never used Automator, here is a simple way to create the apps I mentioned.


Using Automator to Create an App

  1. Open Automator.

  2. Select "New Document" in the lower left.

  3. Choose a type for your document - Application.

  4. Find "Launch Application" from the list, and drag it into the workspace on the right.

  5. Select the Finder app. To do this, you have to go down to "New Variable." It will tell you to select the path. Click the dropdown, and go down to "Other." Do a search for "Finder.app" and select it. Then click "Done."

  6. Click "Run" in the upper right hand corner, just to make sure it launches the Finder.

  7. Go to File > Export...

  8. Name the file and choose a location for it. I picked my Applications folder. Click Save.

  9. Repeat steps 7 & 8 for as many lines you want, changing the name each time. I kept the names numerical for ease of use. line1.app, line2.app, etc.

Changing the Icon to a Vertical Line

  1. Find or create a vertical line to use. The color of the vertical line separating your folders and apps on the dock is #5d5d64. I just created one from scratch using Photoshop.

  2. Open the line-graphic in Preview. (Locate it in the Finder, and double-click on it.) Go to Edit > Select All > Copy.

  3. Locate your apps in the Finder. Right-click on the app, select "Get Info." The icon will be in the upper right. Click on it. The do COMMAND⌘ + V to Paste. Close the "Get Info" window. (You may need to close the Finder and re-open it to see the new icon.)

  4. Locate your apps in the Finder. Drag them into the Dock.


I like the look of the lines, and if I click on them, they just launch the Finder now.