xmms/bmp/audacious/infopipe reorgamization
[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-infopipe
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        infopipe_bar (height),(width)
640               XMMS/BMP InfoPipe progress bar
641
642
643        infopipe_bitrate
644               XMMS/BMP InfoPipe bitrate of current tune
645
646
647        infopipe_channels
648               XMMS/BMP InfoPipe number of audio channels of current tune
649
650
651        infopipe_file
652               XMMS/BMP InfoPipe full path and file name of current tune
653
654
655        infopipe_frequency
656               XMMS/BMP InfoPipe sampling frequency of current tune
657
658
659        infopipe_playlist_currtune
660               XMMS/BMP InfoPipe playlist index number of current tune
661
662
663        infopipe_playlist_tunes
664               XMMS/BMP InfoPipe number of tunes in the playlist
665
666
667        infopipe_position
668               XMMS/BMP InfoPipe play position (MM:SS) of current tune
669
670
671        infopipe_protocol
672               XMMS/BMP InfoPipe protocol
673
674
675        infopipe_status
676               XMMS/BMP InfoPipe status (Playing/Paused/Stopped/Not running)
677
678
679        infopipe_time
680               XMMS/BMP InfoPipe total time length (MM:SS) of current tune
681
682
683        infopipe_title
684               XMMS/BMP InfoPipe title of current tune
685
686
687        infopipe_usec_position
688               XMMS/BMP InfoPipe uSec position of current tune
689
690
691        infopipe_usec_time
692               XMMS/BMP InfoPipe uSec total time length of current tune
693
694
695        infopipe_version
696               XMMS/BMP InfoPipe plugin version
697
698
699        kernel Kernel version
700
701
702        linkstatus interface
703               Get the link status for wireless connections
704
705
706        loadavg
707               (1,2,3)> System load average, 1 is for past 1 minute, 2 for past
708               5 minutes and 3 for past 15 minutes.
709
710
711        machine
712               Machine, i686 for example
713
714
715        mails  Mail count in mail spool. You can use program like fetchmail  to
716               get  mails  from  some server using your favourite protocol. See
717               also new_mails.
718
719
720        mem    Amount of memory in use
721
722
723        membar (height),(width)
724               Bar that shows amount of memory in use
725
726
727        memmax Total amount of memory
728
729
730        memperc
731               Percentage of memory in use
732
733
734        mpd_artist
735               Artist in current MPD song must be enabled at compile
736
737
738        mpd_album
739               Album in current MPD song
740
741
742        mpd_bar (height),(width)
743               Bar of mpd’s progress
744
745
746        mpd_bitrate
747               Bitrate of current song
748
749
750        mpd_status
751               Playing, stopped, et cetera.
752
753
754        mpd_title
755               Title of current MPD song
756
757
758        mpd_vol
759               MPD’s volume
760
761
762        mpd_elapsed
763               Song’s elapsed time
764
765
766        mpd_length
767               Song’s length
768
769
770        mpd_percent
771               Percent of song’s progress
772
773
774        mpd_random
775               Random status (On/Off)
776
777
778        mpd_repeat
779               Repeat status (On/Off)
780
781
782        mpd_track
783               Prints the MPD track field
784
785
786        new_mails
787               Unread mail count in mail spool.
788
789
790        nodename
791               Hostname
792
793
794        outlinecolor (color)
795               Change outline color
796
797
798        pre_exec shell command
799               Executes a shell command one time before conky displays anything
800               and puts output as text.
801
802
803        processes
804               Total processes (sleeping and running)
805
806
807        running_processes
808               Running processes (not sleeping), requires Linux 2.6
809
810
811        shadecolor (color)
812               Change shading color
813
814
815        stippled_hr (space)
816               Stippled (dashed) horizontal line
817
818
819        swapbar (height),(width)
820               Bar that shows amount of swap in use
821
822
823        swap   Amount of swap in use
824
825
826        swapmax
827               Total amount of swap
828
829
830        swapperc
831               Percentage of swap in use
832
833
834        sysname
835               System name, Linux for example
836
837
838        tcp_portmon port_begin port_end item (index) (ip4 only at present)
839               TCP port monitor for specified local ports. Port numbers must be
840               in the range 1 to 65535. Valid items are:
841
842               count - total number of connections in the range
843
844               rip - remote ip address
845
846               rhost - remote host name
847
848               rport - remote port number
849
850               lip - local ip address
851
852               lhost - local host name
853
854               lservice - local service name from /etc/services
855
856               The connection index provides you with access to each connection
857               in  the  port  monitor.  The monitor will return information for
858               index values from 0 to n-1 connections. Values higher  than  n-1
859               are  simply  ignored. For the "count" item, the connection index
860               must be omitted. It is required for all other items.
861
862               Examples:
863
864               ${tcp_portmon 6881 6999 count} - displays the number of  connec‐
865               tions in the bittorrent port range
866
867               ${tcp_portmon  22 22 rip 0} - displays the remote host ip of the
868               first sshd connection
869
870               ${tcp_portmon 22 22 rip 9} - displays the remote host ip of  the
871               tenth sshd connection
872
873               ${tcp_portmon 1 1024 rhost 0} - displays the remote host name of
874               the first connection on a privileged port
875
876               ${tcp_portmon 1 1024 rport 4} - displays the remote host port of
877               the fifth connection on a privileged port
878
879               ${tcp_portmon  1 65535 lservice 14} - displays the local service
880               name of the fifteenth connection in the range of all ports
881
882               Note that port monitor variables which share the same port range
883               actually refer to the same monitor, so many references to a sin‐
884               gle port range for different items and different indexes all use
885               the  same monitor internally. In other words, the program avoids
886               creating redundant monitors.
887
888        texeci interval command
889               Runs a command at an interval inside a thread and  displays  the
890               output.  Same  as  $execi,  except  the  command is run inside a
891               thread. Use this if you have a slow script to keep Conky  updat‐
892               ing.  You should make the interval slightly longer then the time
893               it takes your script to execute. For  example,  if  you  have  a
894               script  that  take  5  seconds  to  execute, you should make the
895               interval at least 6 seconds. See also $execi.
896
897
898        offset (pixels)
899               Move text over by N pixels. See also $voffset.
900
901
902        tail logfile lines (interval)
903               Displays last N lines of supplied text text file. If interval is
904               not supplied, Conky assumes 2x Conky’s interval. Max of 30 lines
905               can be displayed, or until the text buffer is filled.
906
907
908        time (format)
909               Local time, see man strftime to get more information about  for‐
910               mat
911
912
913        totaldown net
914               Total  download, overflows at 4 GB on Linux with 32-bit arch and
915               there doesn’t seem to be a way to know how  many        times  it  has
916               already done that before conky has started.
917
918
919        top type, num
920               This  takes arguments in the form:top (name) (number) Basically,
921               processes are ranked from highest to  lowest  in  terms  of  cpu
922               usage,  which  is  what (num) represents. The types are: "name",
923               "pid", "cpu", and mem". There can  be  a  max  of  10  processes
924               listed.
925
926
927        top_mem type, num
928               Same as top, except sorted by mem usage instead of cpu
929
930
931        totalup net
932               Total upload, this one too, may overflow
933
934
935        updates Number of updates
936               for debugging
937
938
939        upspeed net
940               Upload speed in kilobytes
941
942
943        upspeedf net
944               Upload speed in kilobytes with one decimal
945
946
947        upspeedgraph  net (height),(width) (gradient colour 1) (gradient colour
948        2) (scale)
949               Upload  speed  graph,  colours  defined  in hex, minus the #. If
950               scale is non-zero, it becomes the scale for the graph.
951
952
953        uptime Uptime
954
955
956        uptime_short
957               Uptime in a shorter format
958
959
960        seti_prog
961               Seti@home current progress
962
963
964        seti_progbar (height),(width)
965               Seti@home current progress bar
966
967
968        seti_credit
969               Seti@home total user credit
970
971
972        voffset (pixels)
973               Change verticle offset by N pixels. Negative values  will  cause
974               text to overlap. See also $offset.
975
976
977 EXAMPLES
978        conky -t ’${time %D %H:%m}’ -o -u 30
979               Start Conky in its own window with date and clock as text and 30
980               sec update interval.
981
982        conky -a top_left -x 5 -y 500 -d
983               Start Conky to background at coordinates (5, 500).
984
985 FILES
986        ~/.conkyrc default configuration file
987
988 BUGS
989        Drawing to root or some other desktop window directly doesn’t work with
990        all window managers. Especially doesn’t work well with Gnome and it has
991        been reported that it doesn’t work with KDE  either.  Nautilus  can  be
992        disabled  from  drawing  to  desktop with program gconf-editor. Uncheck
993        show_desktop in /apps/nautilus/preferences/.  There  is  -w  switch  in
994        Conky  to  set  some  specific window id. You might find xwininfo -tree
995        useful to find the window to draw to. You  can  also  use  -o  argument
996        which makes Conky to create its own window.
997
998 SEE ALSO
999        http://conky.sourceforge.net [http://conky.sourceforge.net]
1000
1001        http://www.sourceforge.net/projects/conky           [http://www.source‐
1002        forge.net/projects/conky]
1003
1004        #conky on irc.freenode.net
1005
1006 AUTHORS
1007        The Conky dev team. What’s up now!
1008
1009
1010
1011                                   2006-01-01                          conky(1)