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