macOS app for adding spaces to your dock. Spacers help keep your dock organized. The app only needs to run when you need to add spacers.
- Download Dock-Spaces-1.1.dmg
- Run the file, then drag&drop to Applications folder
- Run
Dock Spaces.app
from your Applications folder and find the commands in the top status bar icon
- While the app is running, you can add small and regular sized spaces to the dock
- After adding spaces, you can drag & drop them around the dock to wherever you like
- You can delete a spacer by throwing them out of the dock just like you would remove a regular app
- You can shut down the app after adding all the spacers you need
- works on macOS 10 and 11
- only run when adding spacers
- dark mode support
- different sized spacers
After running git clone
, compile with
xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
Use create-dmg tool to generate dmg file.
create-dmg build/Release/Dock\ Spaces.app
# generates ./Dock-Spaces-1.0.dmg