update the default config along with the syntax files
[monky] / doc / conky.conf
index 4b220e5..2e03542 100644 (file)
@@ -49,7 +49,7 @@ total_run_times 0
 # Create own window instead of using desktop (required in nautilus)
 own_window yes
 
-# If own_window is yes, you may use type normal, desktop or override
+# If own_window is yes, you may use type normal, desktop, dock or override
 own_window_type normal
 
 # Use pseudo transparency with own_window?
@@ -147,9 +147,21 @@ show_graph_range no
 # Defaults to up.
 #if_up_strictness address
 
-# variable is given either in format $variable or in ${variable}. Latter
-# allows characters right after the variable and must be used in network
-# stuff because of an argument
+# Output unit for all temperature related variables. Use either one of
+# fahrenheit or celsius, defaults to celsius.
+#temperature_unit celsius
+
+# Templates to simplify stuff below 'TEXT'. The following example aids in
+# displaying filesystem usage for a given partition and can be used below
+# 'TEXT' like so:
+# | ${template0 boot /dev/sda1}
+# | ${template0 root /dev/sda3}
+#template0 \1: ${fs_free_perc \2} ${fs_bar 4,100 \2} ${fs_free \2} / ${fs_used \2}
+
+# Note on general syntax:
+# variable is given either in format $variable or in ${variable}. Later
+# allows characters right after the variable and must be used to pass
+# parameters to the variable.
 
 # stuff after 'TEXT' will be formatted on screen