added support of "string" properties.
[psensor.git] / src / psensor.gschema.xml
index 6ab8b6e..2d6b5cc 100644 (file)
@@ -36,7 +36,7 @@
       must be greater than 1.</description>
     </key>
     <key name="graph-update-interval" type="i">
-      <default>1</default>
+      <default>2</default>
       <summary>The interval between refreshs of the graph</summary>
       <description>The interval between refreshs of the graph as
       seconds. It must be greater than 1.</description>
       and the list of sensors</description>
     </key>
     <key name="interface-window-w" type="i">
-      <default>0</default>
+      <default>800</default>
       <summary>Width of the graph window</summary>
       <description>Width of the graph window.</description>
     </key>
     <key name="interface-window-h" type="i">
-      <default>0</default>
+      <default>200</default>
       <summary>Height of the graph window</summary>
       <description>Height of the graph window.</description>
     </key>
     <key name="interface-window-x" type="i">
-      <default>0</default>
+      <default>100</default>
       <summary>Horizontal position of the graph window</summary>
-      <description>Horizontal position of the graph window.</description>
+      <description>Horizontal position of the graph
+      window.</description>
     </key>
     <key name="interface-window-y" type="i">
-      <default>0</default>
+      <default>100</default>
       <summary>Vertical position of the graph window</summary>
-      <description>Vertical position of the graph window.</description>
+      <description>Vertical position of the graph
+      window.</description>
+    </key>
+    <key name="notif-script" type="s">
+      <default>''</default>
+      <summary>The script called when a notification is
+      raised.</summary>
+      <description>The script called when a notification is
+      raised.</description>
     </key>
   </schema>
 </schemalist>