From 47987db1aef06b47a63c9a70ddb6213b3b1d4db4 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Mon, 22 Aug 2005 17:19:00 +0000 Subject: [PATCH] docs git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@150 7f574dfc-610e-0410-a909-a81674777703 --- README | 113 ++++++++++++++++++++-------------------- doc/command_options.xml | 2 +- doc/conky.1.gz | Bin 5849 -> 5960 bytes doc/docs.html | 24 +++++---- doc/docs.xml | 2 - 5 files changed, 71 insertions(+), 70 deletions(-) diff --git a/README b/README index 4adb1ad4..c6e5c35c 100644 --- a/README +++ b/README @@ -10,14 +10,14 @@ SYNOPSIS conky [options] DESCRIPTION - Conky is a system monitor for X originally based on the torsmo code. - Since its original conception, Conky has changed a fair bit from its + Conky is a system monitor for X originally based on the torsmo code. + Since it's original conception, Conky has changed a fair bit from it's predecessor. Conky can display just about anything, either on your - root desktop or in its own window. Conky has many built-in objects, - as well as the ability to execute programs and scripts, then display + root desktop or in it's own window. Conky has many built-in objects, + as well as the ability to execute programs and scripts, then display the output from stdout. - We are always looking for help, and anyone interested in becoming a + We are always looking for help, and anyone interested in becoming a developer is welcome. Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches. @@ -26,9 +26,9 @@ DESCRIPTION COMPILING First, make sure you have the X development libraries installed, this should be a package along the lines of "libx11-dev or xorg-x11-dev". - Gentoo users, Conky is in Gentoos Portage. Simply use "emerge conky" + Gentoo users, Conky is in Gentoo's Portage. Simply use "emerge conky" for installation. There is also usually an up-to-date ebuild within - Conkys package or in CVS. + Conky's package or in CVS. To compile and run Conky with all optional components: @@ -36,21 +36,21 @@ COMPILING ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/ share --sysconfdir=/etc - --localstatedir=/var/lib --enable-double-buffer --enable-own-window + --localstatedir=/var/lib --enable-double-buffer --enable-own-window --enable-proc-uptime --enable-mpd --enable-xft --enable-seti make ./conky - Conky doesnt probably compile with other compilers than gcc and icc. - It doesnt compile with C89 compiler and not even with pure C99. It - uses few things that might not exist: strdup(), strcasecmp(), strn - casecmp(), optarg variable with getopt() and long long (not in C89). - Crashes in file system statistics stuff when compiled with icc, I dont + Conky doesn't probably compile with other compilers than gcc and icc. + It doesn't compile with C89 compiler and not even with pure C99. It + uses few things that might not exist: strdup(), strcasecmp(), strn- + casecmp(), optarg variable with getopt() and long long (not in C89). + Crashes in file system statistics stuff when compiled with icc, I don't know exactly why. - You can disable drawing to own window feature in case you dont need + You can disable 'drawing to own window' feature in case you don't need it by passing --disable-own-window to configure -script. @@ -61,11 +61,11 @@ YOU SHOULD KNOW rest of Conky. If you do use them, please do not complain about memory or CPU usage, - unless you think something is going seriously wrong (mem leak, et + unless you think something is going seriously wrong (mem leak, et cetera). OPTIONS - Command line options override configurations defined in configuration + Command line options override configurations defined in configuration file. -V Prints version and exits @@ -82,7 +82,7 @@ OPTIONS Config file to load instead of $HOME/.conkyrc - -d Daemonize, fork to background + -d Daemonize Conky, aka fork to background -f FONT @@ -96,7 +96,7 @@ OPTIONS -t TEXT - Text to render, remember single quotes, like -t $uptime + Text to render, remember single quotes, like -t ' $uptime ' -u SECONDS @@ -116,12 +116,12 @@ OPTIONS CONFIGURATION SETTINGS - Default configuration file is $HOME/.conkyrc (can be changed from + Default configuration file is $HOME/.conkyrc (can be changed from conky.c among other things). See conkyrc.sample. You might want to copy it to $HOME/.conkyrc and then start modifying it. alignment - Aligned position on screen, may be top_left, top_right, bot + Aligned position on screen, may be top_left, top_right, bot- tom_left, bottom_right, or none @@ -151,7 +151,7 @@ CONFIGURATION SETTINGS default_shade_color - Default shading color and borders shading color + Default shading color and border's shading color default_outline_color @@ -159,8 +159,8 @@ CONFIGURATION SETTINGS double_buffer - Use the Xdbe extension? (eliminates flicker) It is highly recom - mended to use own window with this one so double buffer wont be + Use the Xdbe extension? (eliminates flicker) It is highly recom- + mended to use own window with this one so double buffer won't be so big. @@ -274,11 +274,11 @@ CONFIGURATION SETTINGS VARIABLES - Colors are parsed using XParsecolor(), there might be a list of them: + Colors are parsed using XParsecolor(), there might be a list of them: /usr/X11R6/lib/X11/rgb.txt. Also, http://sedition.com/perl/rgb.html - Color can be also in #rrggbb format (hex). Note that when displaying - bytes, power is 1024 and not 1000 so 1M really means 1024*1024 bytes - and not 1000*1000. + [http://sedition.com/perl/rgb.html] Color can be also in #rrggbb format + (hex). Note that when displaying bytes, power is 1024 and not 1000 so + 1M really means 1024*1024 bytes and not 1000*1000. addr (interface) IP address for an interface @@ -336,7 +336,7 @@ VARIABLES cpubar (height),(width) - Bar that shows CPU usage, height is bars height in pixels + Bar that shows CPU usage, height is bar's height in pixels cpugraph (height),(width) (gradient colour 1) (gradient colour 2) @@ -360,8 +360,8 @@ VARIABLES exec shell command - Executes a shell command and displays the output in conky. warn - ing: this takes a lot more resources than other variables. Id + Executes a shell command and displays the output in conky. warn- + ing: this takes a lot more resources than other variables. I'd recommend coding wanted behaviour in C and posting a patch. @@ -376,7 +376,7 @@ VARIABLES execi interval, shell command - Same as exec but with specific interval. Interval cant be less + Same as exec but with specific interval. Interval can't be less than update_interval in configuration. @@ -416,15 +416,15 @@ VARIABLES i2c (dev), type, n - I2C sensor from sysfs (Linux 2.6). dev may be omitted if you - have only one I2C device. type is either in (or vol) meaning + I2C sensor from sysfs (Linux 2.6). dev may be omitted if you + have only one I2C device. type is either in (or vol) meaning voltage, fan meaning fan or temp/tempf (first in C, second in F) meaning temperature. n is number of the sensor. See /sys/bus/i2c/devices/ on your local computer. if_running (process) - if PROCESS is running, display everything if_running and the + if PROCESS is running, display everything if_running and the matching $endif @@ -522,7 +522,7 @@ VARIABLES mpd_bar (height),(width) - Bar of mpds progress + Bar of mpd's progress mpd_bitrate @@ -538,19 +538,19 @@ VARIABLES mpd_vol - MPDs volume + MPD's volume mpd_elapsed - Songs elapsed time + Song's elapsed time mpd_length - Songs length + Song's length mpd_percent - Percent of songs progress + Percent of song's progress new_mails @@ -610,26 +610,26 @@ VARIABLES tail logfile, lines interval> Displays last N lines of supplied text - text file. If interval is not supplied, Conky assumes 2x Conkys + text file. If interval is not supplied, Conky assumes 2x Conky's interval. Max of 30 lines. Max of 30 lines can be displayed. time (format) - Local time, see man strftime to get more information about for + Local time, see man strftime to get more information about for- mat totaldown net Total download, overflows at 4 GB on Linux with 32-bit arch and - there doesnt seem to be a way to know how many times it has + there doesn't seem to be a way to know how many times it has already done that before conky has started. top type, num This takes arguments in the form:top (name) (number) Basically, processes are ranked from highest to lowest in terms of cpu - usage, which is what (num) represents. The types are: "name", - "pid", "cpu", and mem". There can be a max of 10 processes + usage, which is what (num) represents. The types are: "name", + "pid", "cpu", and mem". There can be a max of 10 processes listed. @@ -683,7 +683,7 @@ VARIABLES EXAMPLES - conky -t${time %D %H:%m}-o -u 30 + conky -t '${time %D %H:%m}' -o -u 30 Start Conky in its own window with date and clock as text and 30 sec update interval. @@ -694,25 +694,26 @@ FILES ~/.conkyrc default configuration file BUGS - Drawing to root or some other desktop window directly doesnt work with - all window managers. Especially doesnt work well with Gnome and it has - been reported that it doesnt work with KDE either. Nautilus can be - disabled from drawing to desktop with program gconf-editor. Uncheck - show_desktop in /apps/nautilus/preferences/. There is -w switch in - Conky to set some specific window id. You might find xwininfo -tree - useful to find the window to draw to. You can also use -o argument + Drawing to root or some other desktop window directly doesn't work with + all window managers. Especially doesn't work well with Gnome and it has + been reported that it doesn't work with KDE either. Nautilus can be + disabled from drawing to desktop with program gconf-editor. Uncheck + show_desktop in /apps/nautilus/preferences/. There is -w switch in + Conky to set some specific window id. You might find xwininfo -tree + useful to find the window to draw to. You can also use -o argument which makes Conky to create its own window. SEE ALSO - http://conky.sourceforge.net + http://conky.sourceforge.net [http://conky.sourceforge.net] - http://www.sourceforge.net/projects/conky + http://www.sourceforge.net/projects/conky [http://www.source- + forge.net/projects/conky] #conky on irc.freenode.net AUTHORS - The Conky dev team. Whats up now??! + The Conky dev team. What's up now??! - 2005-08-18 conky(1) +Conky 2005-08-18 conky(1) diff --git a/doc/command_options.xml b/doc/command_options.xml index 45be433d..1632b854 100644 --- a/doc/command_options.xml +++ b/doc/command_options.xml @@ -30,7 +30,7 @@ - Daemonize, fork to background + Daemonize Conky, aka fork to background diff --git a/doc/conky.1.gz b/doc/conky.1.gz index eb65208b6f546bed8c1801433e353161ecadc102..32f2ed6170b1ed0dda275081314bca09888f07c3 100644 GIT binary patch literal 5960 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 q(H?a7SZWzC(fJ^kK;(d~N^=Gpzq zoR}BK$KT%_9>2UhJb7u%U^ISju1+t{2ReRtXaeI_uCl2~^DM6N(#-Jhv&qYN9%n(4 ztjsiUHZpl;s)aRxaA^+mksX?8T>-7M<~|PZ1LsCUfBfs!_09NVJh+>^mTB&0AI*Q_ zAup;p&m12AO90=TkIz0{+}vJVUkc7-J+b>I)-y7Lah!$L#MN`xB9IfIm6?Y|XITW! zgo_}XgG^v%L0p&jxW`MeBLa4w6C3(L45-T=_+1rrskEo#3@S4DWl zaoyYuegRb+VUR3?l`~16-(x$%^@UA}p^(Mm@(hg4DqC8dPQ>j@ZJ4Ko3b4-yo8$$y zAIo|%z~i_{EY8Z*_{SB@f{?3^E!J9@F}M`kw|P0|DS`p_77Uo1(iVBiEzE3C)mT|+ z|GUPdPM6~9X^O)tf+}2Cr(3wiVct7gv+%xICs!#fR>3^GzP!2kaB=l+@HQ@8HPksB z=Kvax;X&8=x!F%@v&tm#v9F_ z_Vd`Yn!1)2abo2(%GzTHI_61?YPl$0T0m;D%DozlZf^|jfdfok<#U^j+=6xi@4hkD z8J5Lkj!TNxOcWs!F{HF&a)P!*?*4UjggwvVIgbuQe0O+v2(_KXkAFIa8 zo{!uDLVkodG7@LAd}D~OWDGnB+A$-8@*ZZ1lgf~-LV1_uAy`|1i}Ly*D35T~GGw!0 znplv_Yxz5^XER&&hF}Wr4%HU)-b16qyTclMOl@x03db+LaidA2MTTF2D*h;y%N{+Q%TQz|iGlr5f}rOpSLYvaaV*87wL5FoJ96@VqsD zSOvEwCQ9jMmReGo=?Yrv9B~ICxk|AwSQQnv)s;ha5V{iD#JyjyKbi6S>rWrvn7>?I z|FXCC#86UOip6-a<;u+ST)Zv}t5|L~GVk*xjgQ97Kxaj3cy{v%NHC3%u{ui- zB?u|X?7eYtd?LNVz??r|)Z@H%6oFD?3Zx9Cx<|->X)Ih-aG(zAT4JFwc$cOkpl~7H zo+5Anr^`69?QsVBK7!H9)FbysM0Q7O%|HAZIzPB6;T#=L)DecWK(8t{=l}-Zrk;Md zcz1PqesxR4Tl-f9G_R^W{m10*iJeu$l1lpzaw~%e=+d5& z)+b>z?V?e$NIvb`Bt|#^Tk6c-EI~wR%e{jxZs^zb_Ts}i$(+e{RY!5uNghPv04@IF zxSzehzC1q~iMcDoE}@9nZvx8@^KUpuc+PuLn8N4H%e>B_F7&LK_F6gd7Sc#)NKO}Q z(P3}cJwS$0yBVF!E=o%;yjFeErcLNVR(=Y%=bzW70l3m;5f!jRD3DH}WwZtfl_Ccp zhgiTpwZ1aX%`@*%o_Fcip6>Yk?E31>SPrLdQ!0xYpWogh zq#N%F-q=}CC)ExupfdKQ!R*rnBXVo<00tVG6pi54QYxx?J@rNK3S;Xdtuh?B0LB5q z7;U*asAZr+5$45e5X;Yv87To`_TWcK=1oyNTZyHp)>_&s7JMDsUGQO1PlAW}M32^ql3|HiEoy}&`T=emi9*TPc;?-KPgQZ4YkHAN z<0Q(?|npA2D|jWbr~)(BSjM(0q4%eA3X^ftBRmuC-|L zrk!@fYOiO*$t-bh{TcnsC$Wo2_TB8647$8|!$=i|tq)gtIMyG&2-jUm3)3#8BPO=` zU3M0DhN*eSxA=f~QdhH=6FC#B+K3dxe7b%6@~5V#;LPW@w;jx7Hc^S_I6Y)BPeo!K z;Vc5|)nWoDxbOwBrhmptou(YIujfTJjME@-X8+jy35Ni7M6}SIs22Go9G;E3X3V=P z9g@&ELPAQsU5=~Dt00+_bv9vmrwrw*4ohV~y_L9MnqZCcrgoP59ICXUMP_2guYe0XFJy;Bi(pp7k?~{63<{7ztPsOO2Z( zwdhG3)R7wUNOmndl@(4c?1fYAF)|aaNrS4=TDh8Zji7%%{djTu`olRBO?Z4wqmeUn zO5M`u8$L-qz*HPR$s#CDk8q@k04}OD(WNvFQ|gsCyKl;JKA%qgR?PmwJ|b0KpUtvUvq#W0JS~f1!IZflDSCH@?7JXo5+NUI*eEJbQM}q95^fQZbgESlTI{ly2tifK z)%MgDAx9=*b%43pd;yPyZ#d@Dn@i&{NBYt~HP+V)^gL$CGoY%?Ybl`YH@+ES`ug*dpSW@ z5Tpnu9?AQ|9@sQ!r&(AY-@$NSk}sX_bx^7byG6cq-J+U8lPw^DtfqP1nX*Ya@QHcM zK1QRM%;qlY(wyvg_u^nZ>HZnt1_)F&iD^IY4a(n#(Oidpxr!gU*>S~tCi z{w{-(ivCI+Y9&Dsd|mFF+}-MR;H%eddx2%_=g~URWk;Hd#JZ4Wk8lw@#M+xQXR;PX z)*3!YFLTu2-&%dPw>b7`8R3TbpY3glpV(t%XH#P;ECxn8)26zx!4^rlrW8VmU zx61CFUHbBX>HHjwWwsT2=CRmuXcz}a+60yAm!=WaYG&A7f=Fk)Q{u_0*_=s#JPXAy zUB3TYAABTw$04#vfNbNltHh0Vn{~quV)0^?%Akg*C`U4R(%BWBB|L* z(WFF(S-LcOE5$Z!v(%YW>+}}ynvh^)0Z1l;IFXJUC0Tmy+XN-I+evku`X*cmuNx;B}xOvInv{Q&tk0i=v`Kk0bL54mfl^}Obs1wkR zjF`(#=1l7++tUWX5%za9t=$ora-@rON9~;-sX<8R5FV)PoP0cEg3j3*PO`@jo1#Yp zcHDftK06tGDJF`+&+bP*b)26!H zIalK>I&^;1q!NOzrB)t`90s$U`SSYH)$Pso#nmnM>*2q)1`qc2CEVLGvx&_07x~$A zJJ%pkfO{rUwR<9)duOZW63@L+NKxr!Tw3u3kfY3o8(j(pM!|zx-2Ic`i{ZBie>P)P zR0*1VL2GDExN#CJ0tn}c1WFa&zgWNg-oMm@^xF<}JJOM`G$1oHth&_SaPL37{6X;S zqZHNpHCE?=Sx}X%0cw%9)mCk8F@0fh;4hhJKXGQkd4cpbZK3A%KTmB_{L@;3XvQpf zz@J#Jt5tbO`qU>$^fSAh2#M}~Y`Qz4iL-v=m3`0uQ>qdC28wC$r~#@J(l#-AppC;A z-1Hp8Q?!#wT~HJz!g5~(kP;ra=AIc`838 zT-C^3OZjYcr@YR}mY!TAi+qcRx0*JnCDYn#C4cRr)kpXWib+)|BDr%53j?9rpb%Fr zyI<>X;hCRyd&;#{AKYkBa42Qpf)1v=Z!_v6RdJR0jFi8+Gwj~jL$3Y>qgXng>U4uw zHVFzJx(dd?2bg~))%ZSeVzaq)sasfmv(aKv1JgA&qPvQ*&A-;H3dX0boiZa5Bilt(i1)9qO_CWm%cMXl=~~bWuX@d+JwHjhpnk~UAZQ`540ve z>aIaTFRx2#;@fv--zC--3MC(GbxQC4&7@D|qYuhDbXd1&XdMjKov1c6?lghefc^?Y zpJ?v4{iAizFWG?Nj{T^1kZg2-bgh>KbOP*zT9x(Pr^OrZ#mY7e8S!C zro3{k9Q!DY&qIF%I|HM9HgmSg+V?dT(%oOOASKmfHXeET@~X{U+fe4&gA(Y78*efS zfh3>PL=XMV@TP+BXY-~J;)LPdl^^G>YAFXqzG%(=`S(zX|svC7o<$^x?tq%SIWcBQ7lN`y8}L4luW1PLuD?@DLBTGlf~1o8Kuy4=bO zzX_i;dk=csDKYw%fNRTTV8<)AD)%X_2WDUW{egKMxHx3zYS=L}tdW*McHeYXc;$u{ zUge&`(tibkgHJ`I!lG^p?aM_Bw(x@r?nOEt{P+Skii^?89~UiCyfS-S%-+!K6>-Er zptPr#auMt92{?J-8+hQKNYu%3XQ^x(ZgOYhBmFH7HPt$~0_=;N$itq|#fp6i{uMx-`--A$r+)rMZ3_XC=e$TIrv-Abv8UEP3B#aDX) z9&xi1@FeCJ`T(BP|8Ezdw~*h}1JKK;o>)I3(jlZCdXuIBAVCHN6oGQfWbo4m`eaSM z$9Vep1#^%lj@u58T8yuFy{Boh6uv<(EZO1Sz|)M0)j*@;Yov##{f+ngkjE+xB`76i z-|t-6IqWF>l9t4^m>&jG&iB0)3N!-Gu8&%~sPTJq{`vIshIavEN&d4yy>k5g+24in ze|Tg5@cz{w(tkWRcZd8)riP=q<0UV-$?88C;P-8A>sp^&3Zan*lRUg{qA@LL9J3zR z+(c=e)7CeKWM)syxJ0KKKk=)h!FM37a)z>S@O2IFlWGPuO1Bk z2G)$9L!3)TLO#6cqga6k-n)#m$;UV9ng&z3FeqQnFc~sl$tipvbl2Jy?zRl6Pd>)8};%TSH+S&)L>Ri zk!m30v_bugUHH4MbNP?ttO$AAr&lj2H=+iujQN{leSuf8+8dvro6`^D>%HdEi*^^a zcR1tcjw2Xg`3l7YESJm8VX!HeYfFkP(BHIor{gjlv0K4RO^IRR(@(eWuRo6EHl6>d j%RWHcf^=klfj}SttP6yS%b$Mwm%;x6AiY!?BRl{Ae{z0% diff --git a/doc/docs.html b/doc/docs.html index 93792193..6b4d6d1a 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -1,4 +1,4 @@ -conky

Name

conky — a system monitor for X originally based on the torsmo code, but more kickass.

Synopsis

conky [options]

Description

+conky

Name

conky — a system monitor for X originally based on the torsmo code, but more kickass.

Synopsis

conky [options]

Description

Conky is a system monitor for X originally based on the torsmo code. Since it's original conception, Conky has changed a fair bit from it's predecessor. Conky can display just about anything, either on your root desktop or in it's own window. @@ -9,7 +9,7 @@ Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches.

Thanks for your interest in Conky. -

Compiling

+

Compiling

First, make sure you have the X development libraries installed, this should be a package along the lines of "libx11-dev or xorg-x11-dev". Gentoo users, Conky is in Gentoo's Portage. Simply use "emerge conky" for installation. There is also usually an up-to-date ebuild within Conky's package or in CVS. @@ -25,6 +25,8 @@ --enable-mpd --enable-xft --enable-seti

make +
+ make install # Optional
./conky

@@ -38,14 +40,14 @@ --disable-own-window to configure -script.

-

You Should Know

+

You Should Know

Conky is generally very good on resources. However, certain objects in Conky are harder on resources then others. In particular, the $tail, $top, $font, and $graph objects are quite costly in comparison to the rest of Conky.

If you do use them, please do not complain about memory or CPU usage, unless you think something is going seriously wrong (mem leak, et cetera). -

Options

Command line options override configurations defined in configuration file.

-V
+

Options

Command line options override configurations defined in configuration file.

-V
Prints version and exits

-a ALIGNMENT
Text alignment on screen, {top,bottom}_{left,right} or none @@ -54,7 +56,7 @@

-c FILE
Config file to load instead of $HOME/.conkyrc

-d
- Daemonize, fork to background + Daemonize Conky, aka fork to background

-f FONT
Font to use

-h
@@ -71,7 +73,7 @@ X position

-y Y_COORDINATE
Y position -

Configuration Settings

+

Configuration Settings

Default configuration file is $HOME/.conkyrc (can be changed from conky.c among other things). See conkyrc.sample. You might want to copy it to $HOME/.conkyrc and then start modifying it. @@ -149,7 +151,7 @@ Use Xft (anti-aliased font and stuff)

text
After this begins text to be formatted on screen -

Variables

+

Variables

Colors are parsed using XParsecolor(), there might be a list of them: /usr/X11R6/lib/X11/rgb.txt. Also, http://sedition.com/perl/rgb.html @@ -586,8 +588,8 @@ (pixels)

Change verticle offset by N pixels. Negative values will cause text to overlap. See also $offset. -

Examples

conky -t '${time %D %H:%m}' -o -u 30
Start Conky in its own window with date and clock as text and 30 sec update interval.
conky -a top_left -x 5 -y 500 -d
Start Conky to background at coordinates (5, 500).

Files

~/.conkyrc default configuration file -

Bugs

+

Examples

conky -t '${time %D %H:%m}' -o -u 30
Start Conky in its own window with date and clock as text and 30 sec update interval.
conky -a top_left -x 5 -y 500 -d
Start Conky to background at coordinates (5, 500).

Files

~/.conkyrc default configuration file +

Bugs

Drawing to root or some other desktop window directly doesn't work with all window managers. Especially doesn't work well with Gnome and it has been reported that it doesn't work with KDE either. Nautilus can be @@ -596,10 +598,10 @@ to set some specific window id. You might find xwininfo -tree useful to find the window to draw to. You can also use -o argument which makes Conky to create its own window. -

See Also

+

Authors

+

Authors

The Conky dev team. What's up now??!

diff --git a/doc/docs.xml b/doc/docs.xml index eea6a6e4..70b2f27c 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -8,8 +8,6 @@ ]> - - Conky
brenden1@users.sourceforge.net