/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.battstat.gschema.xml is in gnome-applets-data 3.28.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
<schema id="org.gnome.gnome-applets.battstat">
<key type="i" name="red-value">
<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 type="b" name="red-value-is-time">
<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 type="b" name="low-battery-notification">
<default>true</default>
<summary>Low Battery Notification</summary>
<description>Notify user when the battery is low.</description>
</key>
<key type="b" name="full-battery-notification">
<default>false</default>
<summary>Full Battery Notification</summary>
<description>Notify user when the battery is full.</description>
</key>
<key type="b" name="beep">
<default>false</default>
<summary>Beep for warnings</summary>
<description>Beep when displaying a warning.</description>
</key>
<key type="b" name="drain-from-top">
<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 type="b" name="show-status">
<default>true</default>
<summary>Upright (small) battery</summary>
<description>Show the upright, smaller battery on the panel.</description>
</key>
<key type="b" name="show-battery">
<default>false</default>
<summary>Show the horizontal battery</summary>
<description>Show the traditional, horizontal battery on the panel.</description>
</key>
<key type="i" name="show-text">
<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 type="b" name="no-hal">
<default>false</default>
</key>
</schema>
</schemalist>
|