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