Tweak to change opacity of dock. Includes experimental “classic” dock setting for botched devices. I intend to make this a more full fledged dock-customization tweak in the future.
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.

94 lines
1.9KB

  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>PSGroupCell</string>
  10. <key>label</key>
  11. <string>General</string>
  12. </dict>
  13. <dict>
  14. <key>cell</key>
  15. <string>PSSwitchCell</string>
  16. <key>default</key>
  17. <true/>
  18. <key>defaults</key>
  19. <string>com.exoticswingset.truthfuldockprefs</string>
  20. <key>key</key>
  21. <string>isTweakEnabled</string>
  22. <key>label</key>
  23. <string>Enabled</string>
  24. </dict>
  25. <dict>
  26. <key>cell</key>
  27. <string>PSGroupCell</string>
  28. <key>label</key>
  29. <string>Classic Dock (for notched devices)</string>
  30. </dict>
  31. <dict>
  32. <key>cell</key>
  33. <string>PSSwitchCell</string>
  34. <key>default</key>
  35. <false/>
  36. <key>defaults</key>
  37. <string>com.exoticswingset.truthfuldockprefs</string>
  38. <key>key</key>
  39. <string>classicDockEnabled</string>
  40. <key>label</key>
  41. <string>Enabled</string>
  42. </dict>
  43. <dict>
  44. <key>cell</key>
  45. <string>PSGroupCell</string>
  46. <key>label</key>
  47. <string>Custom Dock Opacity</string>
  48. </dict>
  49. <dict>
  50. <key>cell</key>
  51. <string>PSSliderCell</string>
  52. <key>default</key>
  53. <real>0</real>
  54. <key>defaults</key>
  55. <string>com.exoticswingset.truthfuldockprefs</string>
  56. <key>key</key>
  57. <string>alphaValue</string>
  58. <key>min</key>
  59. <real>0</real>
  60. <key>max></key>
  61. <real>1</real>
  62. <key>showValue</key>
  63. <true/>
  64. <key>label</key>
  65. <string>Set Dock Opacity</string>
  66. </dict>
  67. <dict>
  68. <key>cell</key>
  69. <string>PSGroupCell</string>
  70. <key>label</key>
  71. <string>Save Settings</string>
  72. </dict>
  73. <dict>
  74. <key>cell</key>
  75. <string>PSButtonCell</string>
  76. <key>label</key>
  77. <string>Respring</string>
  78. <key>action</key>
  79. <string>respring</string>
  80. </dict>
  81. </array>
  82. <key>title</key>
  83. <string>TruthfulDock</string>
  84. </dict>
  85. </plist>