beta update (dont use)

This commit is contained in:
Burrit0z
2020-01-06 19:12:04 -05:00
parent c0d7152d3e
commit 516f07da44
37 changed files with 386 additions and 187 deletions

BIN
dockifyprefs/.DS_Store vendored

Binary file not shown.

View File

@ -14,7 +14,19 @@
<key>icon</key>
<string>icon.png</string>
<key>packageIdentifier</key>
<string>com.burritoz.testing</string>
<string>com.burritoz.dockify</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Made by Burrit0z. Official repo:</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Burrit0z.github.com/repo</string>
</dict>
<dict>
<key>cell</key>
@ -98,7 +110,7 @@
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Max Dock Icons:</string>
<string>Custom Dock Icons (exact # you want):</string>
</dict>
<dict>
<key>cell</key>
@ -110,13 +122,13 @@
<key>key</key>
<string>setIconNumber</string>
<key>min</key>
<integer>0</integer>
<integer>4</integer>
<key>max</key>
<integer>20</integer>
<integer>10</integer>
<key>isSegmented</key>
<true/>
<key>segmentCount</key>
<integer>20</integer>
<integer>6</integer>
<key>showValue</key>
<true/>
</dict>

View File

@ -0,0 +1,53 @@
BACKUP cause im lazy. this is for a future feature
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Max Dock Rows:</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>default</key>
<string>1</string>
<key>defaults</key>
<string>com.burritoz.dockifyprefs</string>
<key>key</key>
<string>setDockRowNumber</string>
<key>min</key>
<integer>0</integer>
<key>max</key>
<integer>7</integer>
<key>isSegmented</key>
<true/>
<key>segmentCount</key>
<integer>7</integer>
<key>showValue</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Dock Row Spacing</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>default</key>
<string>0</string>
<key>defaults</key>
<string>com.burritoz.dockifyprefs</string>
<key>key</key>
<string>setRowSpacing</string>
<key>min</key>
<integer>0</integer>
<key>max</key>
<integer>200</integer>
<key>isSegmented</key>
<true/>
<key>segmentCount</key>
<integer>200</integer>
<key>showValue</key>
<true/>
</dict>