smooth curves by default
[psensor.git] / src / psensor.gschema.xml
index 6ab8b6e..df86d76 100644 (file)
       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>
     </key>
+    <key name="graph-smooth-curves-enabled" type="b">
+      <default>true</default>
+      <summary>Whether smooth curves are enabled</summary>
+      <description>Whether curves are drawn using Bezier algorithm
+      for a smoother visual rendering .</description>
+    </key>
     <key name="interface-hide-on-startup" type="b">
       <default>false</default>
       <summary>Whether the graph window is hidden on startup</summary>
       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>
+    <key name="slog-enabled" type="b">
+      <default>false</default>
+      <summary>Whether the logging sensors is enabled.</summary>
+      <description>Whether the logging sensors is
+      enabled.</description>
+    </key>
+    <key name="slog-interval" type="i">
+      <default>300</default>
+      <summary>Interval of the logging of sensors.</summary>
+      <description>Interval of the logging of sensors in
+      seconds.</description>
+    </key>
+    <key name="sensor-update-interval" type="i">
+      <default>2</default>
+      <summary>Update interface of the sensor values</summary>
+      <description>Update interface of the sensor
+      values.</description>
     </key>
   </schema>
 </schemalist>