Device battery indicators on your Lock Screen
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.

296 lines
6.7KB

  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>showAll</string>
  40. <key>label</key>
  41. <string>Show all devices</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>disableGlyphs</string>
  52. <key>label</key>
  53. <string>Hide Device Glyphs</string>
  54. </dict>
  55. <dict>
  56. <key>cell</key>
  57. <string>PSSwitchCell</string>
  58. <key>default</key>
  59. <false/>
  60. <key>defaults</key>
  61. <string>com.burritoz.kaiprefs</string>
  62. <key>key</key>
  63. <string>hidePercent</string>
  64. <key>label</key>
  65. <string>Hide Percent Label</string>
  66. </dict>
  67. <dict>
  68. <key>cell</key>
  69. <string>PSSwitchCell</string>
  70. <key>default</key>
  71. <false/>
  72. <key>defaults</key>
  73. <string>com.burritoz.kaiprefs</string>
  74. <key>key</key>
  75. <string>hideDeviceLabel</string>
  76. <key>label</key>
  77. <string>Hide Device Name Label</string>
  78. </dict>
  79. <dict>
  80. <key>cell</key>
  81. <string>PSGroupCell</string>
  82. <key>label</key>
  83. <string>Banner Style</string>
  84. </dict>
  85. <dict>
  86. <key>cell</key>
  87. <string>PSSegmentCell</string>
  88. <key>defaults</key>
  89. <string>com.burritoz.kaiprefs</string>
  90. <key>default</key>
  91. <string>1</string>
  92. <key>key</key>
  93. <string>bannerStyle</string>
  94. <key>validValues</key>
  95. <array>
  96. <string>1</string>
  97. <string>2</string>
  98. <string>3</string>
  99. </array>
  100. <key>validTitles</key>
  101. <array>
  102. <string>Automatic</string>
  103. <string>Dark</string>
  104. <string>Light</string>
  105. </array>
  106. </dict>
  107. <dict>
  108. <key>cell</key>
  109. <string>PSGroupCell</string>
  110. <key>label</key>
  111. <string>Banner Alignment</string>
  112. </dict>
  113. <dict>
  114. <key>cell</key>
  115. <string>PSSegmentCell</string>
  116. <key>defaults</key>
  117. <string>com.burritoz.kaiprefs</string>
  118. <key>default</key>
  119. <string>2</string>
  120. <key>key</key>
  121. <string>bannerAlign</string>
  122. <key>validValues</key>
  123. <array>
  124. <string>1</string>
  125. <string>2</string>
  126. <string>3</string>
  127. </array>
  128. <key>validTitles</key>
  129. <array>
  130. <string>Left</string>
  131. <string>Center</string>
  132. <string>Right</string>
  133. </array>
  134. </dict>
  135. <dict>
  136. <key>cell</key>
  137. <string>PSSwitchCell</string>
  138. <key>default</key>
  139. <false/>
  140. <key>defaults</key>
  141. <string>com.burritoz.kaiprefs</string>
  142. <key>key</key>
  143. <string>belowMusic</string>
  144. <key>label</key>
  145. <string>Show kai Below Music</string>
  146. </dict>
  147. <dict>
  148. <key>cell</key>
  149. <string>PSGroupCell</string>
  150. <key>label</key>
  151. <string>Banner Height (80)</string>
  152. </dict>
  153. <dict>
  154. <key>default</key>
  155. <real>80</real>
  156. <key>cell</key>
  157. <string>PSSliderCell</string>
  158. <key>min</key>
  159. <real>20</real>
  160. <key>max</key>
  161. <real>400</real>
  162. <key>isSegmented</key>
  163. <false/>
  164. <key>showValue</key>
  165. <true/>
  166. <key>defaults</key>
  167. <string>com.burritoz.kaiprefs</string>
  168. <key>key</key>
  169. <string>bannerHeight</string>
  170. </dict>
  171. <dict>
  172. <key>cell</key>
  173. <string>PSGroupCell</string>
  174. <key>label</key>
  175. <string>Banner Width Adjustment (0)</string>
  176. </dict>
  177. <dict>
  178. <key>default</key>
  179. <real>0</real>
  180. <key>cell</key>
  181. <string>PSSliderCell</string>
  182. <key>min</key>
  183. <real>-400</real>
  184. <key>max</key>
  185. <real>400</real>
  186. <key>isSegmented</key>
  187. <false/>
  188. <key>showValue</key>
  189. <true/>
  190. <key>defaults</key>
  191. <string>com.burritoz.kaiprefs</string>
  192. <key>key</key>
  193. <string>bannerWidthFactor</string>
  194. </dict>
  195. <dict>
  196. <key>cell</key>
  197. <string>PSGroupCell</string>
  198. <key>label</key>
  199. <string>Banner Spacing (5)</string>
  200. </dict>
  201. <dict>
  202. <key>default</key>
  203. <real>5</real>
  204. <key>cell</key>
  205. <string>PSSliderCell</string>
  206. <key>min</key>
  207. <real>-100.0</real>
  208. <key>max</key>
  209. <real>300</real>
  210. <key>isSegmented</key>
  211. <false/>
  212. <key>showValue</key>
  213. <true/>
  214. <key>defaults</key>
  215. <string>com.burritoz.kaiprefs</string>
  216. <key>key</key>
  217. <string>spacing</string>
  218. </dict>
  219. <dict>
  220. <key>cell</key>
  221. <string>PSGroupCell</string>
  222. <key>label</key>
  223. <string>Horizontal Axis Manual Offset (0)</string>
  224. </dict>
  225. <dict>
  226. <key>default</key>
  227. <real>0</real>
  228. <key>cell</key>
  229. <string>PSSliderCell</string>
  230. <key>min</key>
  231. <real>-300.0</real>
  232. <key>max</key>
  233. <real>300</real>
  234. <key>isSegmented</key>
  235. <false/>
  236. <key>showValue</key>
  237. <true/>
  238. <key>defaults</key>
  239. <string>com.burritoz.kaiprefs</string>
  240. <key>key</key>
  241. <string>horizontalOffset</string>
  242. </dict>
  243. <dict>
  244. <key>cell</key>
  245. <string>PSGroupCell</string>
  246. <key>label</key>
  247. <string>Glyph Size (30)</string>
  248. </dict>
  249. <dict>
  250. <key>default</key>
  251. <real>30</real>
  252. <key>cell</key>
  253. <string>PSSliderCell</string>
  254. <key>min</key>
  255. <real>10</real>
  256. <key>max</key>
  257. <real>60</real>
  258. <key>isSegmented</key>
  259. <false/>
  260. <key>showValue</key>
  261. <true/>
  262. <key>defaults</key>
  263. <string>com.burritoz.kaiprefs</string>
  264. <key>key</key>
  265. <string>glyphSize</string>
  266. </dict>
  267. <dict>
  268. <key>cell</key>
  269. <string>PSGroupCell</string>
  270. <key>label</key>
  271. <string>Corner Radius (13)</string>
  272. </dict>
  273. <dict>
  274. <key>default</key>
  275. <real>13</real>
  276. <key>cell</key>
  277. <string>PSSliderCell</string>
  278. <key>min</key>
  279. <real>0.0</real>
  280. <key>max</key>
  281. <real>100</real>
  282. <key>isSegmented</key>
  283. <false/>
  284. <key>showValue</key>
  285. <true/>
  286. <key>defaults</key>
  287. <string>com.burritoz.kaiprefs</string>
  288. <key>key</key>
  289. <string>cornerRadius</string>
  290. </dict>
  291. </array>
  292. <key>title</key>
  293. <string>kai</string>
  294. </dict>
  295. </plist>