- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>items</key>
- <array>
- <dict>
- <key>cell</key>
- <string>PSStaticTextCell</string>
- <key>label</key>
- <string>Dockify by Burrit0z</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Transparent Toggle (overrides custom opcaity):</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.burritoz.dockifyprefs</string>
- <key>key</key>
- <string>transparent</string>
- <key>label</key>
- <string>Transparent Dock</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Hide Dock (overrides custom height):</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <false/>
- <key>defaults</key>
- <string>com.burritoz.dockifyprefs</string>
- <key>key</key>
- <string>hidden</string>
- <key>label</key>
- <string>Hide (kinda)</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Dock Height Multiplier (1 default):</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSEditTextCell</string>
- <key>default</key>
- <string>1</string>
- <key>defaults</key>
- <string>com.burritoz.dockifyprefs</string>
- <key>key</key>
- <string>setHeight</string>
- <key>placeholder</key>
- <string>Enter value greater than 0</string>
- <key>isDecimalPad</key>
- <true/>
- <key>keyboard</key>
- <string>numbers</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Custom Opacity Multiplier (0-1):</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSEditTextCell</string>
- <key>default</key>
- <string>1</string>
- <key>defaults</key>
- <string>com.burritoz.dockifyprefs</string>
- <key>key</key>
- <string>customOpacity</string>
- <key>placeholder</key>
- <string>Will not be set if transparent is on</string>
- <key>isDecimalPad</key>
- <true/>
- <key>keyboard</key>
- <string>numbers</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>Respring</string>
- <key>action</key>
- <string>respring:</string>
- </dict>
- </array>
- <key>title</key>
- <string>Dockify</string>
- </dict>
- </plist>
|