diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-24 18:16:24 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-24 18:16:24 +0100 |
commit | 8ea3054c1e05445f990c98db033754cf190d2a7a (patch) | |
tree | a57ea50f674d9d56e20ef69735c476841056dad1 /battstat/org.mate.panel.applet.battstat.gschema.xml.in.in | |
parent | 9456b72c5117b9784e5b99b4940c5f9d98d6cc32 (diff) | |
download | mate-applets-8ea3054c1e05445f990c98db033754cf190d2a7a.tar.bz2 mate-applets-8ea3054c1e05445f990c98db033754cf190d2a7a.tar.xz |
battstat: migrate to gsettings
Diffstat (limited to 'battstat/org.mate.panel.applet.battstat.gschema.xml.in.in')
-rw-r--r-- | battstat/org.mate.panel.applet.battstat.gschema.xml.in.in | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/battstat/org.mate.panel.applet.battstat.gschema.xml.in.in b/battstat/org.mate.panel.applet.battstat.gschema.xml.in.in new file mode 100644 index 00000000..f35103a1 --- /dev/null +++ b/battstat/org.mate.panel.applet.battstat.gschema.xml.in.in @@ -0,0 +1,54 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.panel.applet.battstat"> + <key name="red-value" type="i"> + <default>15</default> + <_summary>Red value level</_summary> + <_description>The battery level below which the battery is displayed as red. Also the value at which the low battery warning is displayed.</_description> + </key> + <key name="red-value-is-time" type="b"> + <default>false</default> + <_summary>Warn on low time rather than low percentage</_summary> + <_description>Use the value defined in red_value as a time remaining to show the warning dialog rather than a percentage.</_description> + </key> + <key name="low-battery-notification" type="b"> + <default>true</default> + <_summary>Low Battery Notification</_summary> + <_description>Notify user when the battery is low.</_description> + </key> + <key name="full-battery-notification" type="b"> + <default>false</default> + <_summary>Full Battery Notification</_summary> + <_description>Notify user when the battery is full.</_description> + </key> + <key name="beep" type="b"> + <default>false</default> + <_summary>Beep for warnings</_summary> + <_description>Beep when displaying a warning.</_description> + </key> + <key name="drain-from-top" type="b"> + <default>false</default> + <_summary>Drain from top</_summary> + <_description>Show the battery meter draining from the top of the battery. Only implemented for traditional battery view.</_description> + </key> + <key name="show-status" type="b"> + <default>true</default> + <_summary>Upright (small) battery</_summary> + <_description>Show the upright, smaller battery on the panel.</_description> + </key> + <key name="show-battery" type="b"> + <default>false</default> + <_summary>Show the horizontal battery</_summary> + <_description>Show the traditional, horizontal battery on the panel.</_description> + </key> + <key name="show-text" type="i"> + <default>0</default> + <_summary>Show the time/percent label</_summary> + <_description>0 for no label, 1 for percentage and 2 for time remaining.</_description> + </key> + <key name="no-hal" type="b"> + <default>false</default> + <_summary>Disable HAL</_summary> + <_description>Disable HAL if true</_description> + </key> + </schema> +</schemalist> |