[gnome] Update extensions
This commit is contained in:
Binary file not shown.
@ -13,7 +13,7 @@
|
||||
|
||||
<!-- UI settings -->
|
||||
<key name="indicator-mode" enum="org.gnome.shell.extensions.thinkpad-battery-threshold.indicator-mode">
|
||||
<default>"ACTIVE"</default>
|
||||
<default>"ALWAYS"</default>
|
||||
<summary>Set when the Icon tray should appear in Gnome tray</summary>
|
||||
</key>
|
||||
<key name="show-current-values" type="b">
|
||||
@ -39,12 +39,28 @@
|
||||
<summary>Stop charging when the level is above this value</summary>
|
||||
</key>
|
||||
<key name="start-bat1" type="i">
|
||||
<default>0</default>
|
||||
<default>75</default>
|
||||
<summary>Start charging when the level is below this value</summary>
|
||||
</key>
|
||||
<key name="end-bat1" type="i">
|
||||
<default>100</default>
|
||||
<default>80</default>
|
||||
<summary>Stop charging when the level is above this value</summary>
|
||||
</key>
|
||||
<key name="auto-disabled-start-bat0-value" type="b">
|
||||
<default>true</default>
|
||||
<summary>Use autodetected disabled start value</summary>
|
||||
</key>
|
||||
<key name="disabled-start-bat0-value" type="i">
|
||||
<default>-1</default>
|
||||
<summary>Disabled start value instead of default value</summary>
|
||||
</key>
|
||||
<key name="auto-disabled-start-bat1-value" type="b">
|
||||
<default>true</default>
|
||||
<summary>Use autodetected disabled start value</summary>
|
||||
</key>
|
||||
<key name="disabled-start-bat1-value" type="i">
|
||||
<default>-1</default>
|
||||
<summary>Disabled start value instead of default value</summary>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
||||
Reference in New Issue
Block a user