Closed Twipped closed 1 year ago
Describe the bug
The dock has the ability to insert empty spaces to create program groups. Dockhunt doesn't recognize these spacers, so instead of looking like this:
It looks like this:
https://www.dockhunt.com/users/TwippedTech
To Reproduce
These two commands insert spacers into the dock configuration:
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}' Markup defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="small-spacer-tile";}'
They can then be dragged around just like application icons.
Should be fixed (at least when uploading via npx dockhunt) by https://github.com/Basedash/dockhunt-cli/pull/9.
npx dockhunt
Describe the bug
The dock has the ability to insert empty spaces to create program groups. Dockhunt doesn't recognize these spacers, so instead of looking like this:
It looks like this:
https://www.dockhunt.com/users/TwippedTech
To Reproduce
These two commands insert spacers into the dock configuration:
They can then be dragged around just like application icons.