The source code, duh.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
2.5KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>items</key>
  6. <array>
  7. <dict>
  8. <key>cell</key>
  9. <string>PSStaticTextCell</string>
  10. <key>label</key>
  11. <string>Dockify by Burrit0z</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSGroupCell</string>
  16. <key>label</key>
  17. <string>Transparent Toggle (overrides custom opcaity):</string>
  18. </dict>
  19. <dict>
  20. <key>cell</key>
  21. <string>PSSwitchCell</string>
  22. <key>default</key>
  23. <true/>
  24. <key>defaults</key>
  25. <string>com.burritoz.dockifyprefs</string>
  26. <key>key</key>
  27. <string>transparent</string>
  28. <key>label</key>
  29. <string>Transparent Dock</string>
  30. </dict>
  31. <dict>
  32. <key>cell</key>
  33. <string>PSGroupCell</string>
  34. <key>label</key>
  35. <string>Hide Dock (overrides custom height):</string>
  36. </dict>
  37. <dict>
  38. <key>cell</key>
  39. <string>PSSwitchCell</string>
  40. <key>default</key>
  41. <false/>
  42. <key>defaults</key>
  43. <string>com.burritoz.dockifyprefs</string>
  44. <key>key</key>
  45. <string>hidden</string>
  46. <key>label</key>
  47. <string>Hide (kinda)</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSGroupCell</string>
  52. <key>label</key>
  53. <string>Dock Height Multiplier (1 default):</string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSEditTextCell</string>
  58. <key>default</key>
  59. <string>1</string>
  60. <key>defaults</key>
  61. <string>com.burritoz.dockifyprefs</string>
  62. <key>key</key>
  63. <string>setHeight</string>
  64. <key>placeholder</key>
  65. <string>Enter value greater than 0</string>
  66. <key>isDecimalPad</key>
  67. <true/>
  68. <key>keyboard</key>
  69. <string>numbers</string>
  70. </dict>
  71. <dict>
  72. <key>cell</key>
  73. <string>PSGroupCell</string>
  74. <key>label</key>
  75. <string>Custom Opacity Multiplier (0-1):</string>
  76. </dict>
  77. <dict>
  78. <key>cell</key>
  79. <string>PSEditTextCell</string>
  80. <key>default</key>
  81. <string>1</string>
  82. <key>defaults</key>
  83. <string>com.burritoz.dockifyprefs</string>
  84. <key>key</key>
  85. <string>customOpacity</string>
  86. <key>placeholder</key>
  87. <string>Will not be set if transparent is on</string>
  88. <key>isDecimalPad</key>
  89. <true/>
  90. <key>keyboard</key>
  91. <string>numbers</string>
  92. </dict>
  93. <dict>
  94. <key>cell</key>
  95. <string>PSButtonCell</string>
  96. <key>label</key>
  97. <string>Respring</string>
  98. <key>action</key>
  99. <string>respring:</string>
  100. </dict>
  101. </array>
  102. <key>title</key>
  103. <string>Dockify</string>
  104. </dict>
  105. </plist>