Device battery indicators on your Lock Screen
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Root.plist 8.8KB

4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
4 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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>PSSwitchCell</string>
  30. <key>default</key>
  31. <true/>
  32. <key>defaults</key>
  33. <string>com.burritoz.kaiprefs</string>
  34. <key>key</key>
  35. <string>hideChargingAnimation</string>
  36. <key>label</key>
  37. <string>Hide CoverSheet Charging Animations</string>
  38. </dict>
  39. <dict>
  40. <key>cell</key>
  41. <string>PSGroupCell</string>
  42. <key>footerText</key>
  43. <string>By having the show all devices option on, all deviecs, not only devices that are charging, will show. When the always show bluetooth devices option is on, kai will show all connected bluetooth devices if they are charging or not.</string>
  44. </dict>
  45. <dict>
  46. <key>cell</key>
  47. <string>PSSwitchCell</string>
  48. <key>default</key>
  49. <false/>
  50. <key>defaults</key>
  51. <string>com.burritoz.kaiprefs</string>
  52. <key>key</key>
  53. <string>showAll</string>
  54. <key>label</key>
  55. <string>Show all devices</string>
  56. </dict>
  57. <dict>
  58. <key>cell</key>
  59. <string>PSSwitchCell</string>
  60. <key>default</key>
  61. <false/>
  62. <key>defaults</key>
  63. <string>com.burritoz.kaiprefs</string>
  64. <key>key</key>
  65. <string>showAllMinusInternal</string>
  66. <key>label</key>
  67. <string>Always show bluetooth devices</string>
  68. </dict>
  69. <dict>
  70. <key>cell</key>
  71. <string>PSSwitchCell</string>
  72. <key>default</key>
  73. <false/>
  74. <key>defaults</key>
  75. <string>com.burritoz.kaiprefs</string>
  76. <key>key</key>
  77. <string>disableGlyphs</string>
  78. <key>label</key>
  79. <string>Hide Device Glyphs</string>
  80. </dict>
  81. <dict>
  82. <key>cell</key>
  83. <string>PSSwitchCell</string>
  84. <key>default</key>
  85. <false/>
  86. <key>defaults</key>
  87. <string>com.burritoz.kaiprefs</string>
  88. <key>key</key>
  89. <string>hidePercent</string>
  90. <key>label</key>
  91. <string>Hide Percent Label</string>
  92. </dict>
  93. <dict>
  94. <key>cell</key>
  95. <string>PSSwitchCell</string>
  96. <key>default</key>
  97. <false/>
  98. <key>defaults</key>
  99. <string>com.burritoz.kaiprefs</string>
  100. <key>key</key>
  101. <string>hideDeviceLabel</string>
  102. <key>label</key>
  103. <string>Hide Device Name Label</string>
  104. </dict>
  105. <dict>
  106. <key>cell</key>
  107. <string>PSGroupCell</string>
  108. <key>label</key>
  109. <string>Banner Style</string>
  110. </dict>
  111. <dict>
  112. <key>cell</key>
  113. <string>PSSegmentCell</string>
  114. <key>defaults</key>
  115. <string>com.burritoz.kaiprefs</string>
  116. <key>default</key>
  117. <string>1</string>
  118. <key>key</key>
  119. <string>bannerStyle</string>
  120. <key>validValues</key>
  121. <array>
  122. <string>1</string>
  123. <string>2</string>
  124. <string>3</string>
  125. </array>
  126. <key>validTitles</key>
  127. <array>
  128. <string>Automatic</string>
  129. <string>Dark</string>
  130. <string>Light</string>
  131. </array>
  132. </dict>
  133. <dict>
  134. <key>cell</key>
  135. <string>PSGroupCell</string>
  136. <key>label</key>
  137. <string>Text Color</string>
  138. </dict>
  139. <dict>
  140. <key>cell</key>
  141. <string>PSSegmentCell</string>
  142. <key>defaults</key>
  143. <string>com.burritoz.kaiprefs</string>
  144. <key>default</key>
  145. <string>0</string>
  146. <key>key</key>
  147. <string>textColor</string>
  148. <key>validValues</key>
  149. <array>
  150. <string>0</string>
  151. <string>1</string>
  152. <string>2</string>
  153. </array>
  154. <key>validTitles</key>
  155. <array>
  156. <string>Adaptive</string>
  157. <string>White</string>
  158. <string>Black</string>
  159. </array>
  160. </dict>
  161. <dict>
  162. <key>cell</key>
  163. <string>PSGroupCell</string>
  164. <key>label</key>
  165. <string>Banner Alignment</string>
  166. </dict>
  167. <dict>
  168. <key>cell</key>
  169. <string>PSSegmentCell</string>
  170. <key>defaults</key>
  171. <string>com.burritoz.kaiprefs</string>
  172. <key>default</key>
  173. <string>2</string>
  174. <key>key</key>
  175. <string>bannerAlign</string>
  176. <key>validValues</key>
  177. <array>
  178. <string>1</string>
  179. <string>2</string>
  180. <string>3</string>
  181. </array>
  182. <key>validTitles</key>
  183. <array>
  184. <string>Left</string>
  185. <string>Center</string>
  186. <string>Right</string>
  187. </array>
  188. </dict>
  189. <dict>
  190. <key>cell</key>
  191. <string>PSSwitchCell</string>
  192. <key>default</key>
  193. <false/>
  194. <key>defaults</key>
  195. <string>com.burritoz.kaiprefs</string>
  196. <key>key</key>
  197. <string>belowMusic</string>
  198. <key>label</key>
  199. <string>Show kai Below Music</string>
  200. </dict>
  201. <dict>
  202. <key>cell</key>
  203. <string>PSGroupCell</string>
  204. <key>label</key>
  205. <string>Banner Height (80)</string>
  206. </dict>
  207. <dict>
  208. <key>default</key>
  209. <real>80</real>
  210. <key>cell</key>
  211. <string>PSSliderCell</string>
  212. <key>min</key>
  213. <real>20</real>
  214. <key>max</key>
  215. <real>400</real>
  216. <key>isSegmented</key>
  217. <false/>
  218. <key>showValue</key>
  219. <true/>
  220. <key>defaults</key>
  221. <string>com.burritoz.kaiprefs</string>
  222. <key>key</key>
  223. <string>bannerHeight</string>
  224. </dict>
  225. <dict>
  226. <key>cell</key>
  227. <string>PSGroupCell</string>
  228. <key>label</key>
  229. <string>Banner Width Adjustment (0)</string>
  230. </dict>
  231. <dict>
  232. <key>default</key>
  233. <real>0</real>
  234. <key>cell</key>
  235. <string>PSSliderCell</string>
  236. <key>min</key>
  237. <real>-400</real>
  238. <key>max</key>
  239. <real>400</real>
  240. <key>isSegmented</key>
  241. <false/>
  242. <key>showValue</key>
  243. <true/>
  244. <key>defaults</key>
  245. <string>com.burritoz.kaiprefs</string>
  246. <key>key</key>
  247. <string>bannerWidthFactor</string>
  248. </dict>
  249. <dict>
  250. <key>cell</key>
  251. <string>PSGroupCell</string>
  252. <key>label</key>
  253. <string>Banner Spacing (5)</string>
  254. </dict>
  255. <dict>
  256. <key>default</key>
  257. <real>5</real>
  258. <key>cell</key>
  259. <string>PSSliderCell</string>
  260. <key>min</key>
  261. <real>-100.0</real>
  262. <key>max</key>
  263. <real>300</real>
  264. <key>isSegmented</key>
  265. <false/>
  266. <key>showValue</key>
  267. <true/>
  268. <key>defaults</key>
  269. <string>com.burritoz.kaiprefs</string>
  270. <key>key</key>
  271. <string>spacing</string>
  272. </dict>
  273. <dict>
  274. <key>cell</key>
  275. <string>PSGroupCell</string>
  276. <key>label</key>
  277. <string>Horizontal Axis Manual Offset (0)</string>
  278. </dict>
  279. <dict>
  280. <key>default</key>
  281. <real>0</real>
  282. <key>cell</key>
  283. <string>PSSliderCell</string>
  284. <key>min</key>
  285. <real>-300.0</real>
  286. <key>max</key>
  287. <real>300</real>
  288. <key>isSegmented</key>
  289. <false/>
  290. <key>showValue</key>
  291. <true/>
  292. <key>defaults</key>
  293. <string>com.burritoz.kaiprefs</string>
  294. <key>key</key>
  295. <string>horizontalOffset</string>
  296. </dict>
  297. <dict>
  298. <key>cell</key>
  299. <string>PSGroupCell</string>
  300. <key>label</key>
  301. <string>Glyph Size (30)</string>
  302. </dict>
  303. <dict>
  304. <key>default</key>
  305. <real>30</real>
  306. <key>cell</key>
  307. <string>PSSliderCell</string>
  308. <key>min</key>
  309. <real>10</real>
  310. <key>max</key>
  311. <real>60</real>
  312. <key>isSegmented</key>
  313. <false/>
  314. <key>showValue</key>
  315. <true/>
  316. <key>defaults</key>
  317. <string>com.burritoz.kaiprefs</string>
  318. <key>key</key>
  319. <string>glyphSize</string>
  320. </dict>
  321. <dict>
  322. <key>cell</key>
  323. <string>PSGroupCell</string>
  324. <key>label</key>
  325. <string>Corner Radius (13)</string>
  326. </dict>
  327. <dict>
  328. <key>default</key>
  329. <real>13</real>
  330. <key>cell</key>
  331. <string>PSSliderCell</string>
  332. <key>min</key>
  333. <real>0.0</real>
  334. <key>max</key>
  335. <real>100</real>
  336. <key>isSegmented</key>
  337. <false/>
  338. <key>showValue</key>
  339. <true/>
  340. <key>defaults</key>
  341. <string>com.burritoz.kaiprefs</string>
  342. <key>key</key>
  343. <string>cornerRadius</string>
  344. </dict>
  345. <dict>
  346. <key>cell</key>
  347. <string>PSGroupCell</string>
  348. <key>label</key>
  349. <string>Banner Blur Alpha (1)</string>
  350. </dict>
  351. <dict>
  352. <key>default</key>
  353. <real>1</real>
  354. <key>cell</key>
  355. <string>PSSliderCell</string>
  356. <key>min</key>
  357. <real>0.0</real>
  358. <key>max</key>
  359. <real>1</real>
  360. <key>isSegmented</key>
  361. <false/>
  362. <key>showValue</key>
  363. <true/>
  364. <key>defaults</key>
  365. <string>com.burritoz.kaiprefs</string>
  366. <key>key</key>
  367. <string>bannerAlpha</string>
  368. </dict>
  369. </array>
  370. <key>title</key>
  371. <string>kai</string>
  372. </dict>
  373. </plist>