docs and syntax for overwrite_file and append_file
[monky] / doc / conky.conf
index b5843d2..55630c8 100644 (file)
@@ -31,6 +31,12 @@ xftalpha 0.8
 # ... or maybe to stderr ?
 # out_to_stderr no
 
+# ... or a file ?
+#overwrite_file /this/file/will/contain/the/last/entry
+
+# ... or append to a file so you won't lose the last entry ?
+#append_file /this/file/will/contain/all/entries
+
 # MPD host/port
 # mpd_host localhost
 # mpd_port 6600