X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=doc%2Fconky-howto.xml;h=f322f5a442773ad187572c8c62f38ebea84d2d56;hb=0c83d64a86fcaf4741f5fdf0013df7f9e48e30ac;hp=2a1701368f9d14d7067f6d2f45f3bd780cf6a887;hpb=91a172dbae7c87b5f47b62529f8c06377397f8ae;p=monky diff --git a/doc/conky-howto.xml b/doc/conky-howto.xml index 2a17013..f322f5a 100644 --- a/doc/conky-howto.xml +++ b/doc/conky-howto.xml @@ -1,7 +1,7 @@ - + Gentoo Linux Conky Howto @@ -9,7 +9,7 @@ - Brenden Matthews + Brenden Matthews @@ -54,12 +54,12 @@ Unlike other system monitors such as top, Conky can run as a window in an X sess

-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 (X), and make sure you select the USE flags for any music players (other than MPD) which you want. XMMS (xmms), Audacious (audacious), BMPx (bmpx), or XMMS support via the xmms-infopipe plugin (infopipe). If you want to use the TCP port monitor, be SURE to disable the ipv6 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 (X), and make sure you select the USE flags for any music players (other than MPD) which you want. XMMS (xmms), Audacious (audacious), BMPx (bmpx), or XMMS support via the xmms-infopipe plugin (infopipe).

 # Example line to append to /etc/portage/package.use if you don't want the default USE flags.
-app-admin/Conky xmms infopipe -ipv6
+app-admin/conky xmms infopipe -ipv6
 

@@ -98,11 +98,11 @@ By default, Conky will look for a configuration file in the users home directory

-$ zcat /usr/share/conky-1.4.0/conkyrc.sample.gz >> ~/.conkyrc
+$ zcat /usr/share/conky-1.6.0/conkyrc.sample.gz >> ~/.conkyrc
 
-Make sure to replace "1.4.0" with the specific version of Conky you have installed. +Make sure to replace "1.6.0" with the specific version of Conky you have installed.