1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-02 05:36:47 +00:00

alpha 0.1.0

This commit is contained in:
Burrit0z
2020-05-20 13:44:20 -04:00
parent 4a9d95086d
commit a8913e2edc
8 changed files with 571 additions and 75 deletions

View File

@ -28,6 +28,18 @@
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>key</key>
<string>showAll</string>
<key>label</key>
<string>Show all devices</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
@ -52,6 +64,74 @@
<key>label</key>
<string>Hide Percent Label</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>key</key>
<string>hideDeviceLabel</string>
<key>label</key>
<string>Hide Device Name Label</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Banner Style</string>
</dict>
<dict>
<key>cell</key>
<string>PSSegmentCell</string>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>default</key>
<string>1</string>
<key>key</key>
<string>bannerStyle</string>
<key>validValues</key>
<array>
<string>1</string>
<string>2</string>
<string>3</string>
</array>
<key>validTitles</key>
<array>
<string>Automatic</string>
<string>Dark</string>
<string>Light</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Banner Alignment</string>
</dict>
<dict>
<key>cell</key>
<string>PSSegmentCell</string>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>default</key>
<string>2</string>
<key>key</key>
<string>bannerAlign</string>
<key>validValues</key>
<array>
<string>1</string>
<string>2</string>
<string>3</string>
</array>
<key>validTitles</key>
<array>
<string>Left</string>
<string>Center</string>
<string>Right</string>
</array>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -66,7 +146,7 @@
<key>min</key>
<real>20</real>
<key>max</key>
<real>200</real>
<real>400</real>
<key>isSegmented</key>
<false/>
<key>showValue</key>
@ -76,6 +156,30 @@
<key>key</key>
<string>bannerHeight</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Banner Width Adjustment (0)</string>
</dict>
<dict>
<key>default</key>
<real>0</real>
<key>cell</key>
<string>PSSliderCell</string>
<key>min</key>
<real>-400</real>
<key>max</key>
<real>400</real>
<key>isSegmented</key>
<false/>
<key>showValue</key>
<true/>
<key>defaults</key>
<string>com.burritoz.kaiprefs</string>
<key>key</key>
<string>bannerWidthFactor</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
@ -88,9 +192,9 @@
<key>cell</key>
<string>PSSliderCell</string>
<key>min</key>
<real>0.0</real>
<real>-100.0</real>
<key>max</key>
<real>100</real>
<real>300</real>
<key>isSegmented</key>
<false/>
<key>showValue</key>
@ -136,7 +240,7 @@
<key>cell</key>
<string>PSSliderCell</string>
<key>min</key>
<real>0.1</real>
<real>0.0</real>
<key>max</key>
<real>100</real>
<key>isSegmented</key>