forked from Burrit0z/Dockify_Source
beta update (dont use)
This commit is contained in:
BIN
dockifyprefs/.DS_Store
vendored
BIN
dockifyprefs/.DS_Store
vendored
Binary file not shown.
@ -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>
|
||||
|
53
dockifyprefs/Resources/notimportant(forlater).txt
Normal file
53
dockifyprefs/Resources/notimportant(forlater).txt
Normal 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>
|
Reference in New Issue
Block a user