Basedash / dockhunt

Discover the apps everyone is docking about. Made by the team at @Basedash.
https://www.dockhunt.com
281 stars 5 forks source link

Doesn't recognize spacers #24

Closed Twipped closed 1 year ago

Twipped commented 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:

image

It looks like this:

image

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.

MaxMusing commented 1 year ago

Should be fixed (at least when uploading via npx dockhunt) by https://github.com/Basedash/dockhunt-cli/pull/9.