summaryrefslogtreecommitdiff
path: root/org.mate.sensors-applet.gschema.xml.in
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-08 14:37:51 +0200
committerinfirit <[email protected]>2015-09-08 14:39:26 +0200
commit58c1d1c25d138c0b154e074c2c5b667551ac5239 (patch)
treefb004183c25fd747e069a34b4f639218099a1406 /org.mate.sensors-applet.gschema.xml.in
parent5cab0e83ac2f44fe78ba6ef1732a3286ec3f9476 (diff)
downloadmate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.tar.bz2
mate-sensors-applet-58c1d1c25d138c0b154e074c2c5b667551ac5239.tar.xz
Rework gsettings schema building
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files
Diffstat (limited to 'org.mate.sensors-applet.gschema.xml.in')
-rw-r--r--org.mate.sensors-applet.gschema.xml.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/org.mate.sensors-applet.gschema.xml.in b/org.mate.sensors-applet.gschema.xml.in
new file mode 100644
index 0000000..0292c00
--- /dev/null
+++ b/org.mate.sensors-applet.gschema.xml.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>