Device battery indicators on your Lock Screen
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

156 行
3.3KB

  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>headerCellClass</key>
  11. <string>KaiHeaderCell</string>
  12. <key>height</key>
  13. <integer>175</integer>
  14. </dict>
  15. <dict>
  16. <key>cell</key>
  17. <string>PSSwitchCell</string>
  18. <key>default</key>
  19. <true/>
  20. <key>defaults</key>
  21. <string>com.burritoz.kaiprefs</string>
  22. <key>key</key>
  23. <string>enabled</string>
  24. <key>label</key>
  25. <string>Enable</string>
  26. </dict>
  27. <dict>
  28. <key>cell</key>
  29. <string>PSGroupCell</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.burritoz.kaiprefs</string>
  38. <key>key</key>
  39. <string>disableGlyphs</string>
  40. <key>label</key>
  41. <string>Hide Device Glyphs</string>
  42. </dict>
  43. <dict>
  44. <key>cell</key>
  45. <string>PSSwitchCell</string>
  46. <key>default</key>
  47. <false/>
  48. <key>defaults</key>
  49. <string>com.burritoz.kaiprefs</string>
  50. <key>key</key>
  51. <string>hidePercent</string>
  52. <key>label</key>
  53. <string>Hide Percent Label</string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSGroupCell</string>
  58. <key>label</key>
  59. <string>Banner Height (80)</string>
  60. </dict>
  61. <dict>
  62. <key>default</key>
  63. <real>80</real>
  64. <key>cell</key>
  65. <string>PSSliderCell</string>
  66. <key>min</key>
  67. <real>20</real>
  68. <key>max</key>
  69. <real>200</real>
  70. <key>isSegmented</key>
  71. <false/>
  72. <key>showValue</key>
  73. <true/>
  74. <key>defaults</key>
  75. <string>com.burritoz.kaiprefs</string>
  76. <key>key</key>
  77. <string>bannerHeight</string>
  78. </dict>
  79. <dict>
  80. <key>cell</key>
  81. <string>PSGroupCell</string>
  82. <key>label</key>
  83. <string>Banner Spacing (5)</string>
  84. </dict>
  85. <dict>
  86. <key>default</key>
  87. <real>5</real>
  88. <key>cell</key>
  89. <string>PSSliderCell</string>
  90. <key>min</key>
  91. <real>0.0</real>
  92. <key>max</key>
  93. <real>100</real>
  94. <key>isSegmented</key>
  95. <false/>
  96. <key>showValue</key>
  97. <true/>
  98. <key>defaults</key>
  99. <string>com.burritoz.kaiprefs</string>
  100. <key>key</key>
  101. <string>spacing</string>
  102. </dict>
  103. <dict>
  104. <key>cell</key>
  105. <string>PSGroupCell</string>
  106. <key>label</key>
  107. <string>Glyph Size (40)</string>
  108. </dict>
  109. <dict>
  110. <key>default</key>
  111. <real>40</real>
  112. <key>cell</key>
  113. <string>PSSliderCell</string>
  114. <key>min</key>
  115. <real>10</real>
  116. <key>max</key>
  117. <real>100</real>
  118. <key>isSegmented</key>
  119. <false/>
  120. <key>showValue</key>
  121. <true/>
  122. <key>defaults</key>
  123. <string>com.burritoz.kaiprefs</string>
  124. <key>key</key>
  125. <string>glyphSize</string>
  126. </dict>
  127. <dict>
  128. <key>cell</key>
  129. <string>PSGroupCell</string>
  130. <key>label</key>
  131. <string>Corner Radius (13)</string>
  132. </dict>
  133. <dict>
  134. <key>default</key>
  135. <real>13</real>
  136. <key>cell</key>
  137. <string>PSSliderCell</string>
  138. <key>min</key>
  139. <real>0.1</real>
  140. <key>max</key>
  141. <real>100</real>
  142. <key>isSegmented</key>
  143. <false/>
  144. <key>showValue</key>
  145. <true/>
  146. <key>defaults</key>
  147. <string>com.burritoz.kaiprefs</string>
  148. <key>key</key>
  149. <string>cornerRadius</string>
  150. </dict>
  151. </array>
  152. <key>title</key>
  153. <string>kai</string>
  154. </dict>
  155. </plist>