summaryrefslogtreecommitdiff
path: root/org.mate.sensors-applet.gschema.xml.in.in
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-12-16 23:31:49 +0100
committerStefano Karapetsas <[email protected]>2012-12-16 23:31:49 +0100
commitfbb7e89c4eab794cc9151e119c7ee94c9494dd7d (patch)
treec1ac3e7845d042dc74d59957e091fcf130764fec /org.mate.sensors-applet.gschema.xml.in.in
parent5a584a07fe8ea0507d4bfe5c1b98f052f0001042 (diff)
downloadmate-sensors-applet-fbb7e89c4eab794cc9151e119c7ee94c9494dd7d.tar.bz2
mate-sensors-applet-fbb7e89c4eab794cc9151e119c7ee94c9494dd7d.tar.xz
migrate to GSettings and remove MateConf usage
migrate to DBUS and remove MateComponent usage remove libmate usage and use glib instead
Diffstat (limited to 'org.mate.sensors-applet.gschema.xml.in.in')
-rw-r--r--org.mate.sensors-applet.gschema.xml.in.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/org.mate.sensors-applet.gschema.xml.in.in b/org.mate.sensors-applet.gschema.xml.in.in
new file mode 100644
index 0000000..bd905ad
--- /dev/null
+++ b/org.mate.sensors-applet.gschema.xml.in.in
@@ -0,0 +1,40 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.sensors-applet">
+ <key name="font-size" type="i">
+ <default>0</default>
+ <_summary>Font size in points</_summary>
+ </key>
+ <key name="hide-units" type="b">
+ <default>false</default>
+ <_summary>Specify if show or hide sensor units</_summary>
+ </key>
+ <key name="display-mode" type="i">
+ <default>1</default>
+ <_summary>Set if display icons or text labels</_summary>
+ </key>
+ <key name="layout-mode" type="i">
+ <default>0</default>
+ <_summary>Set value beside or below label</_summary>
+ </key>
+ <key name="temperature-scale" type="i">
+ <default>1</default>
+ <_summary>Show temperature in Kelvin, Celsius or Fahrenheit </_summary>
+ </key>
+ <key name="display-notifications" type="b">
+ <default>true</default>
+ <_summary>Whether to display notifications</_summary>
+ </key>
+ <key name="timeout-delay" type="i">
+ <default>2000</default>
+ <_summary>Delay (in ms) between refreshes</_summary>
+ </key>
+ <key name="graph-size" type="i">
+ <default>42</default>
+ <_summary>The size of the graph in pixels (width if horizontal, height if vertical)</_summary>
+ </key>
+ <key name="sensors-list" type="as">
+ <default>[]</default>
+ <_summary>List of sensors</_summary>
+ </key>
+ </schema>
+</schemalist>