monky
14 years agoremove <programlisting> from variables.xml, it only messes the man page and serve...
Cesare Tirabassi [Wed, 9 Dec 2009 22:29:44 +0000 (23:29 +0100)]
remove <programlisting> from variables.xml, it only messes the man page and serve no other purpose
(cherry picked from commit a14cca6592ec506b1a535be43912b4a72b40f11f)

14 years agoUpdate copyright notices.
Brenden Matthews [Fri, 1 Jan 2010 23:45:11 +0000 (15:45 -0800)]
Update copyright notices.

14 years agoBump to release candidate 1.
Brenden Matthews [Fri, 1 Jan 2010 23:10:29 +0000 (15:10 -0800)]
Bump to release candidate 1.

14 years agoAdd ARGB visual support.
danielb [Fri, 1 Jan 2010 23:01:51 +0000 (15:01 -0800)]
Add ARGB visual support.

This patch adds the possibility to use a argb visual for the conky
window.  Adding a boolean configuration entry 'own_window_argb_visual'.
the 'set_transparent_background' method sets the alpha bytes of the argb
color for transparency, instead of pseudo transparency.  This patch
would close following feature request:
https://sourceforge.net/tracker/?func=detail&aid=1563931&group_id=143975&at
id=757311 and would be a workaround for some reported transparency bugs
(https://sourceforge.net/tracker/?func=detail&aid=1968923&group_id=143975&a
tid=757308 for example)

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

14 years agoXMMS2 - fix version check
Lassi Selander [Fri, 1 Jan 2010 22:53:31 +0000 (14:53 -0800)]
XMMS2 - fix version check

Adds minimum version check for XMMS2 client libs. I couldn't get it to
check exact version cause pkg-config gets confused with XMMS2's version
number containing spaces.. Anyway it's better than not check at all.

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

14 years ago$scroll fix for a text length <= length
Ben Kibbey [Fri, 1 Jan 2010 22:51:46 +0000 (14:51 -0800)]
$scroll fix for a text length <= length

This fixes $scroll to only scroll when the text length is greater than
the specified length; hopefully without breaking anything.

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

14 years agoFix hddtemp with disabled drives.
Ben Kibbey [Fri, 1 Jan 2010 22:49:35 +0000 (14:49 -0800)]
Fix hddtemp with disabled drives.

Some drives are unable to return their temperature when in standby mode.
If there is more than one drive installed then other drives may not be
able to get parsed. This patch will skip over the unparsable output for
the current drive and let others get parsed.

Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

14 years agotolua++ has different naming convention on FreeBSD
Nikos Ntarmos [Wed, 16 Dec 2009 14:21:44 +0000 (16:21 +0200)]
tolua++ has different naming convention on FreeBSD

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Brenden Matthews <brenden@diddyinc.com>

14 years agosimplify this conditional a bit
Phil Sutter [Sun, 13 Dec 2009 02:47:26 +0000 (03:47 +0100)]
simplify this conditional a bit

14 years agofix doc typo and add highlighting for times_in_seconds
Phil Sutter [Sat, 12 Dec 2009 23:28:01 +0000 (00:28 +0100)]
fix doc typo and add highlighting for times_in_seconds

14 years agoFix race condition in update_stat()
Pavel Labath [Fri, 11 Dec 2009 21:54:11 +0000 (22:54 +0100)]
Fix race condition in update_stat()

14 years agoFix linking on OpenBSD
Pavel Labath [Tue, 8 Dec 2009 19:53:03 +0000 (20:53 +0100)]
Fix linking on OpenBSD

OpenBSD doesn't need librt for clock_gettime, but configure was adding it to LIBS unconditionally.
Bug reported by dovim.

14 years agoRemove some strange network related code
Pavel Labath [Mon, 7 Dec 2009 20:13:04 +0000 (21:13 +0100)]
Remove some strange network related code

Reported by norsetto.
This code disallows network traffic to be 0.
Brenden says it once had a purpose, but noone can think of what would that be atm.

14 years agoBump version.
Brenden Matthews [Thu, 26 Nov 2009 18:53:57 +0000 (10:53 -0800)]
Bump version.

14 years agoAdd creation functions for certain cairo structures.
Brenden Matthews [Wed, 25 Nov 2009 20:52:44 +0000 (12:52 -0800)]
Add creation functions for certain cairo structures.

14 years agoAdd support for max_text_width configuration setting
Nikolas Garofil [Wed, 25 Nov 2009 15:04:49 +0000 (16:04 +0100)]
Add support for max_text_width configuration setting

14 years agoFix: $scroll,$if_running and $apcupsd_lastxfer can now have long arguments if text_bu...
Nikolas Garofil [Tue, 24 Nov 2009 12:23:58 +0000 (13:23 +0100)]
Fix: $scroll,$if_running and $apcupsd_lastxfer can now have long arguments if text_buffer_size is increased

14 years agoFix: Templates only work when they end with a space or a }
Nikolas Garofil [Mon, 23 Nov 2009 11:58:20 +0000 (12:58 +0100)]
Fix: Templates only work when they end with a space or a }

14 years agoFix: README contained control chars
Nikolas Garofil [Mon, 23 Nov 2009 00:04:25 +0000 (01:04 +0100)]
Fix: README contained control chars

14 years agoA better fix for the PAGER=vim problem, thanks Phil
Pavel Labath [Sun, 22 Nov 2009 22:30:47 +0000 (23:30 +0100)]
A better fix for the PAGER=vim problem, thanks Phil

14 years agounset PAGER before generating README
Pavel Labath [Sun, 22 Nov 2009 22:20:09 +0000 (23:20 +0100)]
unset PAGER before generating README

apparently, some people like to set PAGER=vim and vim doesn't like when we redirect man output to
a file

14 years agoFix building with --disable-x11
Nikolas Garofil [Sun, 22 Nov 2009 22:05:08 +0000 (23:05 +0100)]
Fix building with --disable-x11

14 years agofix new_graph parameters
Phil Sutter [Sun, 22 Nov 2009 20:12:54 +0000 (21:12 +0100)]
fix new_graph parameters

One should never print into buffers without knowing their size. Although
new_graph consumes only a single char, this may already be too much.

14 years agomove get_x11_color() to colours.c
Phil Sutter [Sun, 22 Nov 2009 13:55:22 +0000 (14:55 +0100)]
move get_x11_color() to colours.c

14 years agoFix xml syntax docs
Nikolas Garofil [Sun, 22 Nov 2009 18:51:11 +0000 (19:51 +0100)]
Fix xml syntax docs

14 years agoFix compiling with --disable-x11
Nikolas Garofil [Sun, 22 Nov 2009 13:05:11 +0000 (14:05 +0100)]
Fix compiling with --disable-x11

14 years agoimplement ASCII gauge and enable all gauge objects for use with no X
Phil Sutter [Sun, 22 Nov 2009 00:55:29 +0000 (01:55 +0100)]
implement ASCII gauge and enable all gauge objects for use with no X

14 years agorealise seamless integration of new_bar_in_shell
Phil Sutter [Sun, 22 Nov 2009 00:19:47 +0000 (01:19 +0100)]
realise seamless integration of new_bar_in_shell

The decision about whether to print ASCII or X11 bar is done from within
specials.c, so all those #ifdef + if () blocks can be dropped. This also
implicitly enables the ASCII bar for some bar printing objects which where
forgotten before.

14 years agoBugfix: letting XmbSetWMProperties set the windowtitle causes a memleak with some...
Nikolas Garofil [Sat, 21 Nov 2009 22:58:02 +0000 (23:58 +0100)]
Bugfix: letting XmbSetWMProperties set the windowtitle causes a memleak with some versions of Xlib

14 years agoMerge branch 'master' of ssh://git.omp.am/home/omp/git/conky
Nikolas Garofil [Sat, 21 Nov 2009 14:50:35 +0000 (15:50 +0100)]
Merge branch 'master' of ssh://git.omp.am/home/omp/git/conky

14 years agoFix segfault in X11-related code
Nikolas Garofil [Sat, 21 Nov 2009 14:45:00 +0000 (15:45 +0100)]
Fix segfault in X11-related code

Conky sometimes tries to clears part of a window before it's created,
this breaks closing the displaying. For example with this config:
TEXT
$lua

14 years agoallow AF_INET6 in libmpdclient since mpd supports it
Phil Sutter [Fri, 20 Nov 2009 21:49:57 +0000 (22:49 +0100)]
allow AF_INET6 in libmpdclient since mpd supports it

Thanks to Kaleb Elwert (belak, IRC) who reported the problem and tested
the fix.

14 years agoBugfix: Sx in $format_time prints out wrong values when number of seconds ends with...
Nikolas Garofil [Fri, 20 Nov 2009 14:23:54 +0000 (15:23 +0100)]
Bugfix: Sx in $format_time prints out wrong values when number of seconds ends with a zero and has no numbers behind the point

14 years agosimplify conky_version and co. a bit
Phil Sutter [Mon, 16 Nov 2009 00:37:45 +0000 (01:37 +0100)]
simplify conky_version and co. a bit

14 years agovoltage: outsource printing code
Phil Sutter [Thu, 12 Nov 2009 23:24:54 +0000 (00:24 +0100)]
voltage: outsource printing code

14 years agoxmms2: do 'gg=G' in vim :)
Phil Sutter [Mon, 9 Nov 2009 22:21:58 +0000 (23:21 +0100)]
xmms2: do 'gg=G' in vim :)

14 years agompd: outsource printing code
Phil Sutter [Mon, 9 Nov 2009 21:11:06 +0000 (22:11 +0100)]
mpd: outsource printing code

In order to make life a bit easier, the struct mpd_s field "volume" has
been renamed to just "vol" to match the object's name (mpd_vol).

Although format_media_player_time() is probably meant to be used by all
supported media players, it's currently being used by mpd only. So for
now this function can reside statically in mpd.c

14 years agolines, words: outsource code
Phil Sutter [Thu, 19 Nov 2009 22:59:50 +0000 (23:59 +0100)]
lines, words: outsource code

14 years agosmapi: outsource printing code
Phil Sutter [Sun, 8 Nov 2009 18:01:42 +0000 (19:01 +0100)]
smapi: outsource printing code

14 years agoibm: convert to common signature
Phil Sutter [Sun, 8 Nov 2009 16:22:48 +0000 (17:22 +0100)]
ibm: convert to common signature

14 years agomixer: convert to common signature
Phil Sutter [Sun, 8 Nov 2009 15:36:35 +0000 (16:36 +0100)]
mixer: convert to common signature

14 years ago{down,up}speedgraph: convert to match common signature
Phil Sutter [Sun, 8 Nov 2009 13:01:14 +0000 (14:01 +0100)]
{down,up}speedgraph: convert to match common signature

14 years agodiskio: convert print functions to match common signature
Phil Sutter [Sun, 8 Nov 2009 12:54:42 +0000 (13:54 +0100)]
diskio: convert print functions to match common signature

14 years agocleanup times_in_seconds enhancement
Phil Sutter [Thu, 19 Nov 2009 22:39:08 +0000 (23:39 +0100)]
cleanup times_in_seconds enhancement

This also adds code to unset the variable before reloading the config.

14 years agoxlib: do exit() on IOError instead of abort()
Phil Sutter [Thu, 19 Nov 2009 22:00:15 +0000 (23:00 +0100)]
xlib: do exit() on IOError instead of abort()

The IOError happens every time I close conky's normal own window, so I
guess the situation is not as abnormal as abort() indicates. Calling
exit() instead should really suffice and give the process a chance to
clean up (by calling destructor routines for instance).

14 years agofix potential buffer overflow when printing top values
Phil Sutter [Mon, 16 Nov 2009 21:43:59 +0000 (22:43 +0100)]
fix potential buffer overflow when printing top values

14 years agolua: outsource code
Phil Sutter [Mon, 16 Nov 2009 20:31:51 +0000 (21:31 +0100)]
lua: outsource code

14 years agoi8k: outsource code
Phil Sutter [Mon, 16 Nov 2009 19:58:26 +0000 (20:58 +0100)]
i8k: outsource code

14 years agoAdd support for $pid_read and $pid_write
Nikolas Garofil [Thu, 19 Nov 2009 11:32:14 +0000 (12:32 +0100)]
Add support for $pid_read and $pid_write

14 years ago$format_time treats ( and ) as special chars
Nikolas Garofil [Wed, 18 Nov 2009 23:21:49 +0000 (00:21 +0100)]
$format_time treats ( and ) as special chars

14 years agoAdded support for \Sx to $format_time
Nikolas Garofil [Wed, 18 Nov 2009 23:04:49 +0000 (00:04 +0100)]
Added support for \Sx to $format_time

14 years agoMake $user_time, $mpd_elapsed and $mpd_length compatible with times_in_seconds
Nikolas Garofil [Wed, 18 Nov 2009 20:25:05 +0000 (21:25 +0100)]
Make $user_time, $mpd_elapsed and $mpd_length compatible with times_in_seconds

14 years agoMake sure $format_time only works when times_in_seconds is enabled
Nikolas Garofil [Wed, 18 Nov 2009 19:27:53 +0000 (20:27 +0100)]
Make sure $format_time only works when times_in_seconds is enabled

14 years agoAdd support for time_in_seconds configuration setting
Nikolas Garofil [Wed, 18 Nov 2009 19:07:47 +0000 (20:07 +0100)]
Add support for time_in_seconds configuration setting

14 years agoFix bug in $pid_cmdline
Nikolas Garofil [Wed, 18 Nov 2009 17:02:10 +0000 (18:02 +0100)]
Fix bug in $pid_cmdline

14 years agoFix bug in $pid_nice, $pid_priority, $pid_time, $pid_time_kernelmode and $pid_time_us...
Nikolas Garofil [Wed, 18 Nov 2009 16:13:20 +0000 (17:13 +0100)]
Fix bug in $pid_nice, $pid_priority, $pid_time, $pid_time_kernelmode and $pid_time_usermode

14 years agoAdded support for $format_time
Nikolas Garofil [Wed, 18 Nov 2009 14:35:35 +0000 (15:35 +0100)]
Added support for $format_time

14 years agoFix default config when built without x11
Nikolas Garofil [Mon, 16 Nov 2009 20:42:55 +0000 (21:42 +0100)]
Fix default config when built without x11

14 years agoBugfix: crash when apcupsd isnt running
Nikolas Garofil [Mon, 16 Nov 2009 19:19:57 +0000 (20:19 +0100)]
Bugfix: crash when apcupsd isnt running

14 years agofix potential buffer overflow in parse_conky_vars()
Phil Sutter [Mon, 16 Nov 2009 01:15:13 +0000 (02:15 +0100)]
fix potential buffer overflow in parse_conky_vars()

14 years agoifblock: fix clash with specials when freeing objects
Phil Sutter [Mon, 16 Nov 2009 18:52:12 +0000 (19:52 +0100)]
ifblock: fix clash with specials when freeing objects

Murphy hit me again: in my naive attempt to fix the clash between
ifblocks and objects parsing text objects due to the double use of the
'sub' field, I overlooked this problem with reusing the 'special_data'
field. So here comes the real thing (TM), donating ifblocks their own
field for pointing to the jump target.

14 years agodrop leftover freq_dynamic code in freebsd.c and openbsd.c
Phil Sutter [Sun, 15 Nov 2009 03:48:56 +0000 (04:48 +0100)]
drop leftover freq_dynamic code in freebsd.c and openbsd.c

As the comment states, those functions were originally copied from
linux.c; in fact just the code which has been removed due to licensing
issues.

14 years agoIPv6 support for $tcp_portmon
Pavel Labath [Mon, 16 Nov 2009 17:17:16 +0000 (18:17 +0100)]
IPv6 support for $tcp_portmon

In theory, this may fail to compile on ancient systems that don't have IPv6 types (struct
sockaddr_in6 et al.) available. If it turns out that such systems are still in use, the best way
to solve it would be to provide dummy declarations via configure tests.

14 years agofix minor mistake in docs
Nikolas Garofil [Mon, 16 Nov 2009 16:37:25 +0000 (17:37 +0100)]
fix minor mistake in docs

14 years agoUse seconds instead of centiseconds as unit for $pid_time_kernelmode, $pid_time_userm...
Nikolas Garofil [Mon, 16 Nov 2009 15:59:41 +0000 (16:59 +0100)]
Use seconds instead of centiseconds as unit for $pid_time_kernelmode, $pid_time_usermode and $pid_time

14 years agoAdded support for $pid_time_usermode, $pid_time_kernelmode and $pid_time
Nikolas Garofil [Mon, 16 Nov 2009 14:30:57 +0000 (15:30 +0100)]
Added support for $pid_time_usermode, $pid_time_kernelmode and $pid_time

14 years agoAdd support for $pid_nice and $pid_priority
Nikolas Garofil [Mon, 16 Nov 2009 14:01:43 +0000 (15:01 +0100)]
Add support for $pid_nice and $pid_priority

14 years agoAdded support for $pid_threads and $pid_thread_list
Nikolas Garofil [Mon, 16 Nov 2009 08:54:17 +0000 (09:54 +0100)]
Added support for $pid_threads and $pid_thread_list

14 years agoBugfix: make sure $else works correct and without memleaks
Nikolas Garofil [Mon, 16 Nov 2009 07:39:05 +0000 (08:39 +0100)]
Bugfix: make sure $else works correct and without memleaks

14 years agoFix invalid free for all $if_-vars
Nikolas Garofil [Sun, 15 Nov 2009 23:21:49 +0000 (00:21 +0100)]
Fix invalid free for all $if_-vars

14 years agofix invalid free in if_up
Nikolas Garofil [Sun, 15 Nov 2009 22:45:33 +0000 (23:45 +0100)]
fix invalid free in if_up

14 years agoForgot to set top_running when $running_processes is used
Pavel Labath [Sun, 15 Nov 2009 22:00:14 +0000 (23:00 +0100)]
Forgot to set top_running when $running_processes is used

14 years agoAdded support for $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm, $pid_vmrss, ...
Nikolas Garofil [Sun, 15 Nov 2009 18:44:37 +0000 (19:44 +0100)]
Added support for $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm, $pid_vmrss, $pid_vmdata, $pid_vmstk, $pid_vmexe, $pid_vmlib, $pid_vmpte

14 years agoFix ChangeLog messup
Pavel Labath [Sun, 15 Nov 2009 16:56:07 +0000 (17:56 +0100)]
Fix ChangeLog messup

14 years agoRename $running_processes to $running_threads, implement real $running_processes
Pavel Labath [Sun, 15 Nov 2009 16:42:59 +0000 (17:42 +0100)]
Rename $running_processes to $running_threads, implement real $running_processes

14 years agoAdded support for $gid_name
Nikolas Garofil [Sun, 15 Nov 2009 16:46:41 +0000 (17:46 +0100)]
Added support for $gid_name

14 years agoAdded support for $uid_name
Nikolas Garofil [Sun, 15 Nov 2009 16:21:55 +0000 (17:21 +0100)]
Added support for $uid_name

14 years agoAdded support for $pid_uid, $pid_euid, $pid_suid, $pid_fsuid, $pid_gid, $pid_egid...
Nikolas Garofil [Sun, 15 Nov 2009 13:49:55 +0000 (14:49 +0100)]
Added support for $pid_uid, $pid_euid, $pid_suid, $pid_fsuid, $pid_gid, $pid_egid, $pid_sgid and $pid_fsgid

14 years agoAdd support for $pid_parent
Nikolas Garofil [Sun, 15 Nov 2009 12:26:40 +0000 (13:26 +0100)]
Add support for $pid_parent

14 years agoyet another fix for FreeBSD (somehow sneaked through last time)
Phil Sutter [Sat, 14 Nov 2009 15:47:04 +0000 (16:47 +0100)]
yet another fix for FreeBSD (somehow sneaked through last time)

14 years agoprint which features are unsupported at the end of configure
Phil Sutter [Sun, 15 Nov 2009 00:43:30 +0000 (01:43 +0100)]
print which features are unsupported at the end of configure

14 years agofix compiling for freebsd
Phil Sutter [Sat, 14 Nov 2009 03:19:51 +0000 (04:19 +0100)]
fix compiling for freebsd

Tested using default options, lua disabled as only lua50 available in
7.2-RELEASE.

14 years agoadd generated files for profiling to clean list
Phil Sutter [Sat, 14 Nov 2009 02:09:07 +0000 (03:09 +0100)]
add generated files for profiling to clean list

14 years agoargument of $cmdline_to_pid doesnt have to be the full commandline
Nikolas Garofil [Sat, 14 Nov 2009 23:51:38 +0000 (00:51 +0100)]
argument of $cmdline_to_pid doesnt have to be the full commandline

14 years agofix last commit
Nikolas Garofil [Sat, 14 Nov 2009 21:17:41 +0000 (22:17 +0100)]
fix last commit

14 years agoMake it possible to use other vars as arguments for the $pid-vars, add support for...
Nikolas Garofil [Sat, 14 Nov 2009 21:07:54 +0000 (22:07 +0100)]
Make it possible to use other vars as arguments for the $pid-vars, add support for $pid_state_short, add support for $cmdline_to_pid

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Sat, 14 Nov 2009 14:58:06 +0000 (15:58 +0100)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoRefactoring of commit 363cf1ab7390a113c64390357dede0e452b91a58
Cesare Tirabassi [Sat, 14 Nov 2009 14:57:45 +0000 (15:57 +0100)]
Refactoring of commit 363cf1ab7390a113c64390357dede0e452b91a58

The problem with the original commit was that some session-managers set
stdin to /dev/null for the processes they launch, therefore the variable
wasn't very effective.
This commit change the variable conky_user_time to user_time.
This variable has a mandatory argument, a console identifier
(eg. tty7, pts/0, etc.).
Once called, this will list how long the user for the given console has been
logged in for.
This commit also allows multiple user_time to be specified for different
consoles, as well as correctly handle a conky restart.

14 years agoShrink proc.c
Nikolas Garofil [Sat, 14 Nov 2009 14:08:41 +0000 (15:08 +0100)]
Shrink proc.c

14 years agoSupport for $pid_state
Nikolas Garofil [Sat, 14 Nov 2009 12:58:07 +0000 (13:58 +0100)]
Support for $pid_state

14 years agoown_window_colour documentation fix
Pavel Labath [Sat, 14 Nov 2009 11:22:02 +0000 (12:22 +0100)]
own_window_colour documentation fix

the manpage says the hex color string should include the '#', but that's not true (not now,
anyway). Also, the syntax highlighting is wrong, but i don't know how to fix that.

14 years agoAdd middle_middle to the docs
Nikolas Garofil [Sat, 14 Nov 2009 01:37:00 +0000 (02:37 +0100)]
Add middle_middle to the docs

14 years agoAdd middle_middle alignment, mostly for completeness
Pavel Labath [Fri, 13 Nov 2009 20:35:49 +0000 (21:35 +0100)]
Add middle_middle alignment, mostly for completeness

14 years agoAdded support for $pid_chroot
Nikolas Garofil [Fri, 13 Nov 2009 15:54:40 +0000 (16:54 +0100)]
Added support for $pid_chroot

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Fri, 13 Nov 2009 15:36:49 +0000 (16:36 +0100)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoAdd $conky_user_time (sf.net #2830919)
Cesare Tirabassi [Fri, 13 Nov 2009 15:30:04 +0000 (16:30 +0100)]
Add $conky_user_time (sf.net #2830919)

The bug reporter asks if it is possible to add a variable giving the "current
user time" only, since the variable user_times reports the times for ALL
logged users.
AFAIK, the only info one can gather inside conky, is the login time for the
tty connected to conky's standard input.
This commit adds support for it (it should work on any posix compliant *nix).
Note that in coherence with the definition, the variable is called
conky_user_time (for a single user stand-alone machine used as a desktop
this would be the "current" user time).

14 years agoFix bug in $pid_openfiles
Nikolas Garofil [Fri, 13 Nov 2009 15:29:44 +0000 (16:29 +0100)]
Fix bug in $pid_openfiles

14 years agodrop adt746x objects
Phil Sutter [Thu, 12 Nov 2009 23:39:00 +0000 (00:39 +0100)]
drop adt746x objects

This was really creepy stuff. Last updated in April, 2006 to work with
kernels > 2.6.12. I consider this "fobar" (fscking obsolete beyond all
recognition) and doubt anyone still uses this. If you do, blame me. :)

14 years agoMerge branch 'master' of ssh://git.omp.am/home/omp/git/conky
Nikolas Garofil [Thu, 12 Nov 2009 23:38:13 +0000 (00:38 +0100)]
Merge branch 'master' of ssh://git.omp.am/home/omp/git/conky

14 years agoAdded support for $pid_openfiles
Nikolas Garofil [Thu, 12 Nov 2009 23:36:46 +0000 (00:36 +0100)]
Added support for $pid_openfiles