nightmorph 08/08/31 21:54:39 Modified: conky-howto.xml Log: Update conky-howto.xml with the new sample config location
Revision Changes Path 1.8 xml/htdocs/doc/en/conky-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?r1=1.7&r2=1.8 Index: conky-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/conky-howto.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- conky-howto.xml 22 Apr 2008 08:01:40 -0000 1.7 +++ conky-howto.xml 31 Aug 2008 21:54:39 -0000 1.8 @@ -10,6 +10,9 @@ <author title="Editor"> <mail link="[EMAIL PROTECTED]">Brenden Matthews</mail> </author> +<author title="Editor"> + <mail link="nightmorph"/> +</author> <abstract> This document describes how to install and configure the system monitor known @@ -20,8 +23,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.4</version> -<date>2008-04-22</date> +<version>1.5</version> +<date>2008-08-31</date> <chapter> <title>Background</title> @@ -133,18 +136,14 @@ <p> By default, Conky will look for a configuration file in the user's home -directory located at <path>~/.conkyrc</path> This file contains all the +directory located at <path>~/.conkyrc</path>. This file contains all the configuration options, and the static text, colors and other variables which control what data is shown to the user. Conky also provides a great sample -configuration, located at -<path>/usr/share/doc/<conky-version>/conkyrc.sample.gz</path> Make sure -to replace <conky-version> with the specific version of Conky you have -installed. +configuration, located at <path>/etc/conky/conky.conf</path>. </p> <pre caption="Copying the sample configuration to your home directory"> -<comment>(Replace <b>1.4.0-r1</b> with the version number of Conky)</comment> -$ <i>zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.gz >> ~/.conkyrc</i> +$ <i>cp /etc/conky/conky.conf ~/.conkyrc</i> </pre> <p>
