smooth curves by default
[psensor.git] / src / psensor.gschema.xml
index c9678ab..df86d76 100644 (file)
       <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>
       <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>