infopipe documentation
[monky] / README
1 conky(1)                                                              conky(1)
2
3
4
5 NAME
6        conky - A system monitor for X originally based on the torsmo code, but
7        more kickass. It just keeps on given’er. Yeah.
8
9 SYNOPSIS
10        conky [options]
11
12 DESCRIPTION
13        Conky is a system monitor for X originally based on  the  torsmo  code.
14        Since  it’s original conception, Conky has changed a fair bit from it’s
15        predecessor.  Conky can display just about  anything,  either  on  your
16        root  desktop  or in it’s own window.  Conky has many built-in objects,
17        as well as the ability to execute programs and  scripts,  then  display
18        the output from stdout.
19
20        We  are  always  looking  for help, and anyone interested in becoming a
21        developer is welcome.  Please use the facilities at SourceForge to make
22        bug reports, feature requests, and submit patches.
23
24        Thanks for your interest in Conky.
25
26 COMPILING
27        For  users  compiling from source, make sure you have the X development
28        libraries installed.  This should be  a  package  along  the  lines  of
29        "libx11-dev or xorg-x11-dev".
30
31        Gentoo users -- Conky is in Gentoo’s Portage... simply use "emerge app-
32        admin/conky" for installation.  There is  also  usually  an  up-to-date
33        ebuild within Conky’s package or in CVS.
34
35        Debian,etc.  users  --  Conky will be in Debian’s repositories soon (by
36        mid-September, hopefully), and then Ubuntu  shortly  thereafter.  Until
37        then, "dpkg -i" the .deb package to install.
38
39        Example  to  compile  and  run Conky with all optional components (note
40        that some configure options may differ for your system):
41
42        sh autogen.sh # Only required if building from CVS
43
44        ./configure            --prefix=/usr            --mandir=/usr/share/man
45        --infodir=/usr/share/info     --datadir=/usr/share    --sysconfdir=/etc
46        --localstatedir=/var/lib   --enable-xft   --enable-seti   --enable-dou‐
47        ble-buffer    --enable-own-window   --enable-proc-uptime   --enable-mpd
48        --enable-mldonkey --enable-x11 --enable-portmon
49
50        make
51
52        make install # Optional
53
54        src/conky
55
56        Conky probably doesn’t compile with compilers other than gcc  and  icc.
57        It  doesn’t  compile  with C89 compiler and not even with pure C99.  It
58        uses a few things that might not exist: strdup(),  strcasecmp(),  strn‐
59        casecmp(),  optarg  variable  with getopt() and long long (not in C89).
60        Crashes in file system statistics stuff when compiled with icc, I don’t
61        know exactly why.
62
63        You  can disable ’drawing to own window’ feature in case you don’t need
64        it by passing --disable-own-window to configure -script.
65
66
67 YOU SHOULD KNOW
68        Conky is generally very good on resources. However, certain objects  in
69        Conky  are  harder  on resources then others. In particular, the $tail,
70        $top, $font, and $graph objects are quite costly in comparison  to  the
71        rest of Conky.
72
73        If  you  do use them, please do not complain about memory or CPU usage,
74        unless you think something’s seriously wrong (mem leak, etc.).
75
76        An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1
77        conky".  Saves you the trouble of having to kill and then restart.
78
79        IMPORTANT:  For  previous Conky users, Conky 1.3 no longer supports the
80        metar stuff.  mdsplib was causing  way  too  many  problems.  Hopefully
81        there’ll be a better solution in Conky 2.x...
82
83 OPTIONS
84        Command  line  options override configurations defined in configuration
85        file.
86
87        -v | -V
88               Prints version and exits
89
90
91        -a ALIGNMENT
92               Text alignment on screen, {top,bottom}_{left,right} or none
93
94
95        -b     Use double buffering (eliminates "flicker")
96
97
98        -c FILE
99               Config file to load instead of $HOME/.conkyrc
100
101
102        -d     Daemonize Conky, aka fork to background
103
104
105        -f FONT
106               Font to use
107
108
109        -h     Prints command line help and exits
110
111
112        -o     Create own window to draw
113
114
115        -t TEXT
116               Text to render, remember single quotes, like -t ’ $uptime ’
117
118
119        -u SECONDS
120               Update interval
121
122
123        -w WIN_ID
124               Window id to draw
125
126
127        -x X_COORDINATE
128               X position
129
130
131        -y Y_COORDINATE
132               Y position
133
134
135 CONFIGURATION SETTINGS
136        Default configuration file  is  $HOME/.conkyrc  (can  be  changed  from
137        conky.c  among  other  things).  See conkyrc.sample. If installing from
138        Debian package, this should be in /usr/share/doc/conky/examples  ("gun‐
139        zip conkyrc.sample.gz" to get conkyrc.sample).
140
141        You  might  want  to copy it to $HOME/.conkyrc and then start modifying
142        it.  Other configs can be found at http://conky.sf.net
143
144        alignment
145               Aligned position on screen, may  be  top_left,  top_right,  bot‐
146               tom_left, bottom_right, or none
147
148
149        background
150               Boolean  value, if true, Conky will be forked to background when
151               started
152
153
154        on_bottom
155               Set conky on the bottom of all other applications
156
157
158        border_margin
159               Border margin in pixels
160
161
162        border_width
163               Border width in pixels
164
165
166        cpu_avg_samples
167               The number of samples to average for CPU monitoring
168
169
170        default_color
171               Default color and border color
172
173
174        default_shade_color
175               Default shading color and border’s shading color
176
177
178        default_outline_color
179               Default outline color
180
181
182        double_buffer
183               Use the Xdbe extension? (eliminates flicker) It is highly recom‐
184               mended to use own window with this one so double buffer won’t be
185               so big.
186
187
188        draw_borders
189               Draw borders around text?
190
191
192        draw_graph_borders
193               Draw borders around graphs?
194
195
196        draw_shades
197               Draw shades?
198
199
200        draw_outline
201               Draw outlines?
202
203
204        font   Font name in X, xfontsel can be used to get a nice font
205
206
207        gap_x  Gap between right or left border of screen, same as  passing  -x
208               at command line
209
210
211        gap_y  Gap  between  top or bottom border of screen, same as passing -y
212               at command line
213
214
215        no_buffers
216               Substract (file system) buffers from used memory?
217
218
219        mail_spool
220               Mail spool for mail checking
221
222
223        maximum_width pixels
224               Maximum width of window
225
226
227        minimum_size width (height)
228               Minimum size of window
229
230
231        mldonkey_hostname
232               Hostname for mldonkey stuff, defaults to localhost
233
234
235        mldonkey_port
236               Mldonkey port, 4001 default
237
238
239        mldonkey_login
240               Mldonkey login, default none
241
242
243        mldonkey_password
244               Mldonkey password, default none
245
246
247        mpd_host
248               Host of MPD server
249
250
251        mpd_port
252               Port of MPD server
253
254
255        mpd_password
256               MPD server password
257
258
259        net_avg_samples
260               The number of samples to average for net data
261
262
263        override_utf8_locale
264               Force UTF8? requires XFT
265
266
267        own_window
268               Boolean, create own window to draw?
269
270
271        own_window_transparent
272               Boolean, set pseudo-transparency?
273
274
275        own_window_colour colour
276               If own_window_transparent no, set a specified background  colour
277               (defaults  to  black).  Takes  either a hex value (#ffffff) or a
278               valid RGB name (see /usr/lib/X11/rgb.txt)
279
280
281        out_to_console
282               Print text to stdout.
283
284
285        pad_percents
286               Pad percentages to this many decimals (0 = no padding)
287
288
289        stippled_borders
290               Border stippling (dashing) in pixels
291
292
293        total_run_times
294               Total number of times for Conky to update before quitting.  Zero
295               makes Conky run forever
296
297
298        update_interval
299               Update interval in seconds
300
301
302        uppercase
303               Boolean value, if true, text is rendered in upper case
304
305
306        use_spacer
307               Adds spaces after certain objects to stop them from moving other
308               things around. Note that this only helps if you are using a mono
309               font, such as Bitstream Vera Sans Mono.
310
311
312        use_xft
313               Use Xft (anti-aliased font and stuff)
314
315
316        min_port_monitors
317               Allow  for the creation of at least this number of port monitors
318               (if 0 or not set, default is 16)
319
320
321        min_port_monitor_connections
322               Allow each port monitor to track at least this many  connections
323               (if 0 or not set, default is 256)
324
325
326        TEXT   After this begins text to be formatted on screen
327
328
329 VARIABLES
330        Colors  are  parsed using XParsecolor(), there might be a list of them:
331        /usr/X11R6/lib/X11/rgb.txt.   Also,   http://sedition.com/perl/rgb.html
332        [http://sedition.com/perl/rgb.html].  Color can be also in #rrggbb for‐
333        mat (hex).  Note that when displaying bytes, power is 1024 and not 1000
334        so 1M really means 1024*1024 bytes and not 1000*1000.
335
336        addr interface
337               IP address for an interface
338
339
340        acpiacadapter
341               ACPI ac adapter state.
342
343
344        acpifan
345               ACPI fan state
346
347
348        acpitemp
349               ACPI temperature in C.
350
351
352        acpitempf
353               ACPI temperature in F.
354
355
356        adt746xcpu
357               CPU temperature from therm_adt746x
358
359
360        adt746xfan
361               Fan speed from therm_adt746x
362
363
364        alignr (num)
365               Right-justify text, with space of N
366
367
368        alignc (num)
369               Align text to centre
370
371
372        apm_adapter
373               Display APM AC adapter status (FreeBSD only)
374
375
376        apm_battery_life
377               Display APM battery life in percent (FreeBSD only)
378
379
380        apm_battery_time
381               Display  remaining  APM battery life in hh:mm:ss or "unknown" if
382               AC adapterstatus is on-line or charging (FreeBSD only)
383
384
385        battery (num)
386               Remaining capacity in ACPI or APM battery. ACPI  battery  number
387               can be given as argument (default is BAT0).
388
389
390        bmpx_artist
391               Artist in current BMPx track
392
393
394        bmpx_album
395               Album in current BMPx track
396
397
398        bmpx_title
399               Title of the current BMPx track
400
401
402        bmpx_track
403               Track number of the current BMPx track
404
405
406        bmpx_bitrate
407               Bitrate of the current BMPx track
408
409
410        bmpx_uri
411               URI of the current BMPx track
412
413
414        buffers
415               Amount of memory buffered
416
417
418        cached Amount of memory cached
419
420
421        color (color)
422               Change drawing color to color
423
424
425        cpu (cpuN)
426               CPU  usage  in percents. For SMP machines, the CPU number can be
427               provided as an argument. cpu0 is the total usage, and >=cpu1 are
428               individual CPUs.
429
430
431        cpubar (cpu number) (height),(width)
432               Bar  that shows CPU usage, height is bar’s height in pixels. See
433               $cpu for more info on SMP.
434
435
436        cpugraph (cpu number) (height),(width) (gradient  colour  1)  (gradient
437        colour 2)
438               CPU usage graph, with optional colours in hex, minus the #.  See
439               $cpu for more info on SMP.
440
441
442        diskio Displays current disk IO.
443
444
445        diskiograph  (height),(width)  (gradient  colour 1) (gradient colour 2)
446        (scale)
447               Disk  IO graph, colours defined in hex, minus the #. If scale is
448               non-zero, it becomes the scale for the graph.
449
450
451        downspeed net
452               Download speed in kilobytes
453
454
455        downspeedf net
456               Download speed in kilobytes with one decimal
457
458
459        downspeedgraph  net  (height),(width)  (gradient  colour  1)  (gradient
460        colour 2) (scale)
461               Download speed graph, colours defined in hex, minus  the  #.  If
462               scale is non-zero, it becomes the scale for the graph.
463
464
465        else   Text to show if any of the above are not true
466
467
468        exec command
469               Executes a shell command and displays the output in conky. warn‐
470               ing: this takes a lot more resources than other  variables.  I’d
471               recommend coding wanted behaviour in C and posting a patch.
472
473
474        execbar command
475               Same  as  exec,  except  if  the  first  value return is a value
476               between 0-100, it will use that number for a bar. The  size  for
477               the bar is currently fixed, but that may change in the future.
478
479
480        execgraph command
481               Same as execbar, but graphs values.
482
483
484        execi interval command
485               Same  as exec but with specific interval. Interval can’t be less
486               than update_interval in configuration. See also $texeci
487
488
489        execibar interval command
490               Same as execbar, except with an interval
491
492
493        execigraph interval command
494               Same as execigraph, but takes an interval arg graphs values
495
496
497        font font
498               Specify a different font. Only applies to one line.
499
500
501        freq   Returns CPU frequency in MHz
502
503
504        freq_g Returns CPU frequency in GHz
505
506
507        freq_dyn
508               Returns CPU frequency in MHz, but is calculated by  counting  to
509               clock  cycles  to  complete  an  instruction. Only available for
510               x86/amd64.
511
512
513        freq_dyn_g
514               Returns CPU frequency in GHz, but is calculated by  counting  to
515               clock  cycles  to  complete  an  instruction. Only available for
516               x86/amd64.
517
518
519        fs_bar (height),(width) fs
520               Bar that shows how much space is used on a file  system.  height
521               is the height in pixels. fs is any file on that file system.
522
523
524        fs_free (fs)
525               Free space on a file system available for users.
526
527
528        fs_free_perc (fs)
529               Free percentage of space on a file system available for users.
530
531
532        fs_size (fs)
533               File system size
534
535
536        fs_used (fs)
537               File system used space
538
539
540        head logfile lines (interval)
541               Displays  first  N lines of supplied text text file. If interval
542               is not supplied, Conky assumes 2x Conky’s interval.  Max        of  30
543               lines can be displayed, or until the text buffer is filled.
544
545
546        hr (height)
547               Horizontal line, height is the height in pixels
548
549
550        i2c (dev), type, n
551               I2C  sensor  from  sysfs  (Linux 2.6). dev may be omitted if you
552               have only one I2C device. type is either  in  (or  vol)  meaning
553               voltage, fan meaning fan or temp/tempf (first in C, second in F)
554               meaning  temperature.  n  is   number   of   the   sensor.   See
555               /sys/bus/i2c/devices/ on your local computer.
556
557
558        i8k_ac_status
559               If  running the i8k kernel driver for Inspiron laptops, displays
560               whether ac power is on, as listed in  /proc/i8k  (translated  to
561               human-readable).  Beware  that this is by default not enabled by
562               i8k itself.
563
564
565        i8k_bios
566               If running the i8k kernel driver for Inspiron laptops,  displays
567               the bios version as listed in /proc/i8k.
568
569
570        i8k_buttons_status
571               If  running the i8k kernel driver for Inspiron laptops, displays
572               the volume buttons status as listed in /proc/i8k.
573
574
575        i8k_cpu_temp
576               If running the i8k kernel driver for Inspiron laptops,  displays
577               the cpu temperature in celsius, as reported by /proc/i8k.
578
579
580        i8k_cpu_tempf
581               If  running the i8k kernel driver for Inspiron laptops, displays
582               the cpu temperature in farenheit, as reported by /proc/i8k.
583
584
585        i8k_left_fan_rpm
586               If running the i8k kernel driver for Inspiron laptops,  displays
587               the  left  fan’s        rate of rotation, in revolutions per minute as
588               listed in /proc/i8k. Beware, some laptops i8k reports these fans
589               in reverse order.
590
591
592        i8k_left_fan_status
593               If  running the i8k kernel driver for Inspiron laptops, displays
594               the left fan status as listed in /proc/i8k (translated to human-
595               readable).  Beware,  some  laptops  i8k  reports  these  fans in
596               reverse order.
597
598
599        i8k_right_fan_rpm
600               If running the i8k kernel driver for Inspiron laptops,  displays
601               the  right  fan’s rate of rotation, in revolutions per minute as
602               listed in /proc/i8k. Beware, some laptops i8k reports these fans
603               in reverse order.
604
605
606        i8k_right_fan_status
607               If  running the i8k kernel driver for Inspiron laptops, displays
608               the right fan status  as  listed  in  /proc/i8k  (translated  to
609               human-readable).  Beware, some laptops i8k reports these fans in
610               reverse order.
611
612
613        i8k_serial
614               If running the i8k kernel driver for Inspiron laptops,  displays
615               your laptop serial number as listed in /proc/i8k.
616
617
618        i8k_version
619               If  running the i8k kernel driver for Inspiron laptops, displays
620               the version formatting of /proc/i8k.
621
622
623        if_running (process)
624               if PROCESS is running, display  everything  if_running  and  the
625               matching $endif
626
627
628        if_existing (file)
629               if  FILE  exists, display everything between if_existing and the
630               matching $endif
631
632
633        if_mounted (mountpoint)
634               if MOUNTPOINT is mounted, display everything between  if_mounted
635               and the matching $endif
636
637
638        infopipe_bar (height),(width)
639               XMMS/BMP InfoPipe progress bar
640
641
642        infopipe_bitrate
643               XMMS/BMP InfoPipe bitrate of current tune
644
645
646        infopipe_channels
647               XMMS/BMP InfoPipe number of audio channels of current tune
648
649
650        infopipe_file
651               XMMS/BMP InfoPipe full path and file name of current tune
652
653
654        infopipe_frequency
655               XMMS/BMP InfoPipe sampling frequency of current tune
656
657
658        infopipe_protocol
659               XMMS/BMP InfoPipe protocol
660
661
662        infopipe_playlist_currtune
663               XMMS/BMP InfoPipe playlist index number of current tune
664
665
666        infopipe_playlist_tunes
667               XMMS/BMP InfoPipe number of tunes in the playlist
668
669
670        infopipe_position
671               XMMS/BMP InfoPipe play position (MM:SS) of current tune
672
673
674        infopipe_protocol
675               XMMS/BMP InfoPipe protocol
676
677
678        infopipe_status
679               XMMS/BMP InfoPipe status (Playing/Paused/Stopped)
680
681
682        infopipe_time
683               XMMS/BMP InfoPipe total time length (MM:SS) of current tune
684
685
686        infopipe_title
687               XMMS/BMP InfoPipe title of current tune
688
689
690        infopipe_usec_position
691               XMMS/BMP InfoPipe uSec position of current tune
692
693
694        infopipe_usec_time
695               XMMS/BMP InfoPipe uSec total time length of current tune
696
697
698        infopipe_version
699               XMMS/BMP InfoPipe plugin version
700
701
702        kernel Kernel version
703
704
705        linkstatus interface
706               Get the link status for wireless connections
707
708
709        loadavg
710               (1,2,3)> System load average, 1 is for past 1 minute, 2 for past
711               5 minutes and 3 for past 15 minutes.
712
713
714        machine
715               Machine, i686 for example
716
717
718        mails  Mail count in mail spool. You can use program like fetchmail  to
719               get  mails  from  some server using your favourite protocol. See
720               also new_mails.
721
722
723        mem    Amount of memory in use
724
725
726        membar (height),(width)
727               Bar that shows amount of memory in use
728
729
730        memmax Total amount of memory
731
732
733        memperc
734               Percentage of memory in use
735
736
737        mpd_artist
738               Artist in current MPD song must be enabled at compile
739
740
741        mpd_album
742               Album in current MPD song
743
744
745        mpd_bar (height),(width)
746               Bar of mpd’s progress
747
748
749        mpd_bitrate
750               Bitrate of current song
751
752
753        mpd_status
754               Playing, stopped, et cetera.
755
756
757        mpd_title
758               Title of current MPD song
759
760
761        mpd_vol
762               MPD’s volume
763
764
765        mpd_elapsed
766               Song’s elapsed time
767
768
769        mpd_length
770               Song’s length
771
772
773        mpd_percent
774               Percent of song’s progress
775
776
777        mpd_random
778               Random status (On/Off)
779
780
781        mpd_repeat
782               Repeat status (On/Off)
783
784
785        mpd_track
786               Prints the MPD track field
787
788
789        new_mails
790               Unread mail count in mail spool.
791
792
793        nodename
794               Hostname
795
796
797        outlinecolor (color)
798               Change outline color
799
800
801        pre_exec shell command
802               Executes a shell command one time before conky displays anything
803               and puts output as text.
804
805
806        processes
807               Total processes (sleeping and running)
808
809
810        running_processes
811               Running processes (not sleeping), requires Linux 2.6
812
813
814        shadecolor (color)
815               Change shading color
816
817
818        stippled_hr (space)
819               Stippled (dashed) horizontal line
820
821
822        swapbar (height),(width)
823               Bar that shows amount of swap in use
824
825
826        swap   Amount of swap in use
827
828
829        swapmax
830               Total amount of swap
831
832
833        swapperc
834               Percentage of swap in use
835
836
837        sysname
838               System name, Linux for example
839
840
841        tcp_portmon port_begin port_end item (index) (ip4 only at present)
842               TCP port monitor for specified local ports. Port numbers must be
843               in the range 1 to 65535. Valid items are:
844
845               count - total number of connections in the range
846
847               rip - remote ip address
848
849               rhost - remote host name
850
851               rport - remote port number
852
853               lip - local ip address
854
855               lhost - local host name
856
857               lservice - local service name from /etc/services
858
859               The connection index provides you with access to each connection
860               in  the  port  monitor.  The monitor will return information for
861               index values from 0 to n-1 connections. Values higher  than  n-1
862               are  simply  ignored. For the "count" item, the connection index
863               must be omitted. It is required for all other items.
864
865               Examples:
866
867               ${tcp_portmon 6881 6999 count} - displays the number of  connec‐
868               tions in the bittorrent port range
869
870               ${tcp_portmon  22 22 rip 0} - displays the remote host ip of the
871               first sshd connection
872
873               ${tcp_portmon 22 22 rip 9} - displays the remote host ip of  the
874               tenth sshd connection
875
876               ${tcp_portmon 1 1024 rhost 0} - displays the remote host name of
877               the first connection on a privileged port
878
879               ${tcp_portmon 1 1024 rport 4} - displays the remote host port of
880               the fifth connection on a privileged port
881
882               ${tcp_portmon  1 65535 lservice 14} - displays the local service
883               name of the fifteenth connection in the range of all ports
884
885               Note that port monitor variables which share the same port range
886               actually refer to the same monitor, so many references to a sin‐
887               gle port range for different items and different indexes all use
888               the  same monitor internally. In other words, the program avoids
889               creating redundant monitors.
890
891        texeci interval command
892               Runs a command at an interval inside a thread and  displays  the
893               output.  Same  as  $execi,  except  the  command is run inside a
894               thread. Use this if you have a slow script to keep Conky  updat‐
895               ing.  You should make the interval slightly longer then the time
896               it takes your script to execute. For  example,  if  you  have  a
897               script  that  take  5  seconds  to  execute, you should make the
898               interval at least 6 seconds. See also $execi.
899
900
901        offset (pixels)
902               Move text over by N pixels. See also $voffset.
903
904
905        tail logfile lines (interval)
906               Displays last N lines of supplied text text file. If interval is
907               not supplied, Conky assumes 2x Conky’s interval. Max of 30 lines
908               can be displayed, or until the text buffer is filled.
909
910
911        time (format)
912               Local time, see man strftime to get more information about  for‐
913               mat
914
915
916        totaldown net
917               Total  download, overflows at 4 GB on Linux with 32-bit arch and
918               there doesn’t seem to be a way to know how  many        times  it  has
919               already done that before conky has started.
920
921
922        top type, num
923               This  takes arguments in the form:top (name) (number) Basically,
924               processes are ranked from highest to  lowest  in  terms  of  cpu
925               usage,  which  is  what (num) represents. The types are: "name",
926               "pid", "cpu", and mem". There can  be  a  max  of  10  processes
927               listed.
928
929
930        top_mem type, num
931               Same as top, except sorted by mem usage instead of cpu
932
933
934        totalup net
935               Total upload, this one too, may overflow
936
937
938        updates Number of updates
939               for debugging
940
941
942        upspeed net
943               Upload speed in kilobytes
944
945
946        upspeedf net
947               Upload speed in kilobytes with one decimal
948
949
950        upspeedgraph  net (height),(width) (gradient colour 1) (gradient colour
951        2) (scale)
952               Upload  speed  graph,  colours  defined  in hex, minus the #. If
953               scale is non-zero, it becomes the scale for the graph.
954
955
956        uptime Uptime
957
958
959        uptime_short
960               Uptime in a shorter format
961
962
963        seti_prog
964               Seti@home current progress
965
966
967        seti_progbar (height),(width)
968               Seti@home current progress bar
969
970
971        seti_credit
972               Seti@home total user credit
973
974
975        voffset (pixels)
976               Change verticle offset by N pixels. Negative values  will  cause
977               text to overlap. See also $offset.
978
979
980 EXAMPLES
981        conky -t ’${time %D %H:%m}’ -o -u 30
982               Start Conky in its own window with date and clock as text and 30
983               sec update interval.
984
985        conky -a top_left -x 5 -y 500 -d
986               Start Conky to background at coordinates (5, 500).
987
988 FILES
989        ~/.conkyrc default configuration file
990
991 BUGS
992        Drawing to root or some other desktop window directly doesn’t work with
993        all window managers. Especially doesn’t work well with Gnome and it has
994        been reported that it doesn’t work with KDE  either.  Nautilus  can  be
995        disabled  from  drawing  to  desktop with program gconf-editor. Uncheck
996        show_desktop in /apps/nautilus/preferences/.  There  is  -w  switch  in
997        Conky  to  set  some  specific window id. You might find xwininfo -tree
998        useful to find the window to draw to. You  can  also  use  -o  argument
999        which makes Conky to create its own window.
1000
1001 SEE ALSO
1002        http://conky.sourceforge.net [http://conky.sourceforge.net]
1003
1004        http://www.sourceforge.net/projects/conky           [http://www.source‐
1005        forge.net/projects/conky]
1006
1007        #conky on irc.freenode.net
1008
1009 AUTHORS
1010        The Conky dev team. What’s up now!
1011
1012
1013
1014                                   2006-01-01                          conky(1)