From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KZusc-0007we-81 for garchives@archives.gentoo.org; Sun, 31 Aug 2008 21:54:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A0C6E0262; Sun, 31 Aug 2008 21:54:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBB6BE0262 for ; Sun, 31 Aug 2008 21:54:41 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1976367AE2 for ; Sun, 31 Aug 2008 21:54:41 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KZusZ-00015X-TT for gentoo-doc-cvs@lists.gentoo.org; Sun, 31 Aug 2008 21:54:39 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: conky-howto.xml Message-Id: From: Joshua Saddler Date: Sun, 31 Aug 2008 21:54:39 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 4c08cbc2-741f-45fd-9443-4ee1adac009c X-Archives-Hash: 3cdc42032262064c87365cf215a0471b 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 @@ Brenden Matthews + + + This document describes how to install and configure the system monitor known @@ -20,8 +23,8 @@ -1.4 -2008-04-22 +1.5 +2008-08-31 Background @@ -133,18 +136,14 @@

By default, Conky will look for a configuration file in the user's home -directory located at ~/.conkyrc This file contains all the +directory located at ~/.conkyrc. 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 -/usr/share/doc/<conky-version>/conkyrc.sample.gz Make sure -to replace <conky-version> with the specific version of Conky you have -installed. +configuration, located at /etc/conky/conky.conf.

-(Replace 1.4.0-r1 with the version number of Conky)
-$ zcat /usr/share/doc/conky-1.4.0-r1/conkyrc.sample.gz >> ~/.conkyrc
+$ cp /etc/conky/conky.conf ~/.conkyrc