nightmorph 06/11/02 18:21:14 Modified: conky-howto.xml Log: Removed XMMS references, bug 153829
Revision Changes Path 1.3 xml/htdocs/doc/en/conky-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/conky-howto.xml?r1=1.2&r2=1.3 Index: conky-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/conky-howto.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- conky-howto.xml 7 Jul 2006 00:06:59 -0000 1.2 +++ conky-howto.xml 2 Nov 2006 18:21:14 -0000 1.3 @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.1</version> -<date>2006-07-07</date> +<version>1.2</version> +<date>2006-11-02</date> <chapter> <title>Background</title> @@ -48,16 +48,16 @@ Unlike other system monitors such as top, Conky can run as a window in an X session, or by drawing to the root window (there is also an option to have Conky display information to stdout, but we won't discuss that here). It -displays the information it has gathered through the use of both text, -progress bars, and graphs. Also, unlike top, the way it is formatted is -completely user-configurable. In addition to monitoring the system itself, -Conky can also give you information about several music players (such as XMMS, -BMPx, Music Player Daemon, and Audacious Media Player), tell you how many new -messages are in your mail spool, and plenty more. If the functionality you -require isn't in Conky yet, it is a simple matter of writing a script to get -the information you would like - some examples of this, which have already been -done are RSS feeds, POP3 e-mail message count, local weather, boinc status, and -even the status of portage. +displays the information it has gathered through the use of both text, progress +bars, and graphs. Also, unlike top, the way it is formatted is completely +user-configurable. In addition to monitoring the system itself, Conky can also +give you information about several music players (such as BMPx, Music Player +Daemon, and Audacious Media Player), tell you how many new messages are in your +mail spool, and plenty more. If the functionality you require isn't in Conky +yet, it is a simple matter of writing a script to get the information you would +like - some examples of this, which have already been done are RSS feeds, POP3 +e-mail message count, local weather, boinc status, and even the status of +portage. </p> </body> @@ -71,13 +71,12 @@ <body> <p> -Gentoo provides an ebuild to quickly and easily install Conky. Pay particular -attention to the the USE flags. You'll most likely want X11 support -(<c>X</c>), and make sure you select the USE flags for any music players (other -than MPD) which you want. XMMS (<c>xmms</c>), Audacious (<c>audacious</c>), or -XMMS support via the xmms-infopipe plugin (<c>infopipe</c>). If you want to -use the TCP port monitor, be SURE to disable the <c>ipv6</c> use flag, as the -port monitor is for ipv4 systems only. +Gentoo provides an ebuild to quickly and easily install Conky. Pay particular +attention to the the USE flags. You'll most likely want X11 support (<c>X</c>), +and make sure you select the USE flags for any music players (other than MPD) +which you want, such as Audacious (<c>audacious</c>). If you want to use the +TCP port monitor, be SURE to disable the <c>ipv6</c> use flag, as the port +monitor is for ipv4 systems only. </p> <p> @@ -87,7 +86,7 @@ <pre caption="/etc/portage/package.use"> <comment>(Use the following as an example)</comment> -# <i>echo app-admin/conky truetype audacious -xmms -infopipe -ipv6 >> /etc/portage/package.use</i> +# <i>echo app-admin/conky truetype audacious -ipv6 >> /etc/portage/package.use</i> </pre> <p> -- [email protected] mailing list
