monky
11 years agochanges related to temperature and layout master
Lance Colton [Fri, 10 Aug 2012 00:24:11 +0000 (18:24 -0600)]
changes related to temperature and layout

12 years agostable now, graphs might need some tweaks
Lance Colton [Tue, 13 Mar 2012 01:48:20 +0000 (19:48 -0600)]
stable now, graphs might need some tweaks

12 years agoread some more battery data using new bme.c file but not stable, crashes after 23...
Lance Colton [Mon, 12 Mar 2012 02:25:17 +0000 (20:25 -0600)]
read some more battery data using new bme.c file but not stable, crashes after 23 times reading.

12 years ago * Added some power saving features, needs some testing to confirm this is working...
Lance Colton [Fri, 27 Jan 2012 08:41:50 +0000 (01:41 -0700)]
   * Added some power saving features, needs some testing to confirm this is working properly

   - Because conky is written in c (not c++) it can't directly access the system heartbeat timer so it uses another process to do this for it
     + Conky will look for another app I wrote and modified for this purpose, Proximus (>= v1.2.4)
     + If proximus-daemon is running conky will ask it to set up a heartbeat timer and proximus will send a dbus signal back for each heartbeat
     + update_heartbeat_min and update_heartbeat_max from the conf file will specify the approximate time between heartbeats
     + If the phone is discharging, Conky will skip heartbeats according to the value of update_heartbeat_battery_skip in the conf file
     + So, if update_heartbeat_battery_skip is 3, conky will update once every 4 heartbeats when discharging. default is 1 so set to 0 to disable.
     + If the screen turns off, update_skips_when_sleeping overrides update_heartbeat_battery_skip. default is 5!

12 years agoMerge branch 'master' of drop.maemo.org:/git/monky
Lance Colton [Sat, 14 Jan 2012 10:12:41 +0000 (03:12 -0700)]
Merge branch 'master' of drop.maemo.org:/git/monky

12 years agoupdated version #, imlib2 fixed, i forgot when the window size changes we totally...
Lance Colton [Sat, 14 Jan 2012 08:12:44 +0000 (01:12 -0700)]
updated version #, imlib2 fixed, i forgot when the window size changes we totally destroy the pixmap back buffer, so we need to init imlib2 again so it gets a fresh pointer to it

12 years agoimlib2 fixed, i forgot when the window size changes we totally destroy the pixmap...
Lance Colton [Sat, 14 Jan 2012 08:12:44 +0000 (01:12 -0700)]
imlib2 fixed, i forgot when the window size changes we totally destroy the pixmap back buffer, so we need to init imlib2 again so it gets a fresh pointer to it

12 years agolast commit i forgot to save changes in x11.c ; this fixes that file
Lance Colton [Sat, 14 Jan 2012 07:26:30 +0000 (00:26 -0700)]
last commit i forgot to save changes in x11.c ; this fixes that file

also has some minor changes to try and get libimlib2 working again, but it still crashes during render

12 years agoxdbe replaced with more generic pixmap based buffering but there are 2 bugs:
Lance Colton [Fri, 13 Jan 2012 20:44:08 +0000 (13:44 -0700)]
xdbe replaced with more generic pixmap based buffering but there are 2 bugs:

1) back buffer is totally cleared, background color not working then.
2) loading my usual cario / lua script crashes it with BadDrawable passed to X_GetGeometry

12 years agoxdbe replaced with more generic pixmap based buffering but there are 3 major bugs:
Lance Colton [Fri, 13 Jan 2012 06:00:39 +0000 (23:00 -0700)]
xdbe replaced with more generic pixmap based buffering but there are 3 major bugs:

1) main_loop delay is broken or it is getting too many events to process or something because it just runs full speed, so it's using 100% cpu and doing like 20 frames per second instead of going to sleep
2) put code in xdbe_swap_buffers() to clear the back buffer I guess (XFillRectangle) but it's using a solid color so I had to disable that. Now it just makes a blurry mess
3) loading my usual cario / lua script crashes it with BadDrawable passed to X_GetGeometry

12 years agoharmattan version.
lance colton [Wed, 9 Nov 2011 07:43:30 +0000 (00:43 -0700)]
harmattan version.

12 years agofixes for power kernel 47 breaking temperature and voltage readings
lance colton [Mon, 23 May 2011 23:04:49 +0000 (17:04 -0600)]
fixes for power kernel 47 breaking temperature and voltage readings

13 years agoallows task-switch aka exit_app_view when clicking in top left area from fullscreen...
Creamy Goodness [Tue, 21 Dec 2010 05:32:45 +0000 (22:32 -0700)]
allows task-switch aka exit_app_view when clicking in top left area from fullscreen mode

13 years agonothing interesting
Creamy Goodness [Mon, 20 Dec 2010 10:48:56 +0000 (03:48 -0700)]
nothing interesting

13 years agonothing much. pulled a fix for short_units from 1.81 but going to rebase the whole...
Creamy Goodness [Sat, 18 Dec 2010 10:07:00 +0000 (03:07 -0700)]
nothing much. pulled a fix for short_units from 1.81 but going to rebase the whole thing next anyways

13 years agofix bug or at least improve "to_bytes" variable so that it works with non-integers...
Creamy Goodness [Thu, 16 Dec 2010 04:39:57 +0000 (21:39 -0700)]
fix bug or at least improve "to_bytes" variable so that it works with non-integers. a value like 3.21G would have been returned as-is instead of converted to bytes, for example.

13 years agoenabled cairo
Creamy Goodness [Fri, 3 Dec 2010 07:47:17 +0000 (00:47 -0700)]
enabled cairo

added / fixed fullscreen support: need to add "own_window_hints undecorate fullscreen" to conf
if window hint fullscreen is used, can exit with click to top right corner
messed around with some other stuff but it's commented back out for now as it's not needed

13 years agochanges to get it to build properly
Creamy Goodness [Fri, 12 Nov 2010 01:47:36 +0000 (18:47 -0700)]
changes to get it to build properly

13 years agoenables images (via imlib2) -- thanks dbrodie!
Creamy Goodness [Fri, 12 Nov 2010 01:09:22 +0000 (18:09 -0700)]
enables images (via imlib2) -- thanks dbrodie!

code cleanup, renamed to conky-n900
fixes screwup with .conf file not installing properly
fixes typo in build dependencies

13 years agoadded alternate codepath that gets battery info from dbus when power kernel is not...
Creamy Goodness [Tue, 26 Oct 2010 08:00:49 +0000 (02:00 -0600)]
added alternate codepath that gets battery info from dbus when power kernel is not installed

diskio and temperature won't work without power kernel
minor changes to conf file, version number, changelog for testing purposes

13 years agoadded dbus support
Creamy Goodness [Wed, 20 Oct 2010 04:09:09 +0000 (22:09 -0600)]
added dbus support

added new variables ${cell_radio_dbm} and  ${cell_radio_percent}

13 years agoadded new variables battery_volts and battery_temp
Creamy Goodness [Wed, 15 Sep 2010 03:43:40 +0000 (21:43 -0600)]
added new variables battery_volts and battery_temp

13 years agofixed bugs and added comments to scroll.c; scrolling now works better although i...
Creamy Goodness [Tue, 14 Sep 2010 20:26:16 +0000 (14:26 -0600)]
fixed bugs and added comments to scroll.c; scrolling now works better although i didn't test color changes.

13 years agoupdated the default conf file because the old one was crashing conky.
Creamy Goodness [Wed, 8 Sep 2010 18:41:32 +0000 (12:41 -0600)]
updated the default conf file because the old one was crashing conky.

13 years agomore battery fixes. should work now if battery number is left as default - blank...
Creamy Goodness [Wed, 8 Sep 2010 07:47:29 +0000 (01:47 -0600)]
more battery fixes. should work now if battery number is left as default - blank. don't pass 0.

13 years agofix to detect n900 battery; add support to built in battery variables to work with...
Creamy Goodness [Wed, 8 Sep 2010 03:16:44 +0000 (21:16 -0600)]
fix to detect n900 battery; add support to built in battery variables to work with maemo 'sysfs'

13 years agochanges to fix compilation under maemo5 - provided by Darren Long
Creamy Goodness [Mon, 6 Sep 2010 21:17:47 +0000 (15:17 -0600)]
changes to fix compilation under maemo5 - provided by Darren Long

13 years agochanges to fix compilation under maemo5 - provided by Darren Long
Creamy Goodness [Mon, 6 Sep 2010 21:17:47 +0000 (15:17 -0600)]
changes to fix compilation under maemo5 - provided by Darren Long

13 years agoInitial version 1.8.0 with no maemo fixes
Creamy Goodness [Sun, 5 Sep 2010 21:15:12 +0000 (15:15 -0600)]
Initial version 1.8.0 with no maemo fixes

13 years agoFreeBSD supports addr and if_running
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:40 +0000 (05:57 +0200)]
FreeBSD supports addr and if_running

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agoxmms2 and audacious bars exist only under X
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:39 +0000 (05:57 +0200)]
xmms2 and audacious bars exist only under X

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agokvm_proc needs synchronized access
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:38 +0000 (05:57 +0200)]
kvm_proc needs synchronized access

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agoapcupsd and iostats work on FreeBSD
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:37 +0000 (05:57 +0200)]
apcupsd and iostats work on FreeBSD

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agoBuild fixes for bmpx
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:36 +0000 (05:57 +0200)]
Build fixes for bmpx

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agofclose(3) instead of pclose(3) as the latter seems to leak file descriptors
Nikos Ntarmos [Sun, 5 Dec 2010 03:57:35 +0000 (05:57 +0200)]
fclose(3) instead of pclose(3) as the latter seems to leak file descriptors

Signed-off-by: Nikos Ntarmos <ntarmos@cs.uoi.gr>
Signed-off-by: Pavel Labath <pavelo@centrum.sk>

13 years agoFix for segfault in top_name stuff.
Brenden Matthews [Wed, 20 Oct 2010 00:36:29 +0000 (17:36 -0700)]
Fix for segfault in top_name stuff.

13 years agoBump rev.
Brenden Matthews [Fri, 15 Oct 2010 18:29:55 +0000 (11:29 -0700)]
Bump rev.

13 years agoFixed foreground colors being semi-transparent
Kevin Lyles [Fri, 6 Aug 2010 02:34:06 +0000 (21:34 -0500)]
Fixed foreground colors being semi-transparent

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

13 years agoFixed gradients to actually use both end colors
Kevin Lyles [Fri, 6 Aug 2010 02:33:49 +0000 (21:33 -0500)]
Fixed gradients to actually use both end colors

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

13 years agoEnable use of HTTP cache headers in curl plugin
Dan McGee [Thu, 14 Oct 2010 03:00:46 +0000 (22:00 -0500)]
Enable use of HTTP cache headers in curl plugin

This will allow us to get 304 responses back from remote URLs that we are
grabbing using the curl, weather, and rss plugins. The first time we fetch a
resource, we will always get the full content, but from there on out we will
store any provided 'Etag' or 'Last-Modified' header, and submit these on the
next request. If we get a 304 response back, we won't have to do any work at
all.

This benefits both us (bandwidth and parsing savings) and remote URLs (we
actually make an attempt to not retrieve the same resource over and over
again).

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

13 years agoBuild fix for XMMS2.
Brenden Matthews [Thu, 14 Oct 2010 23:51:53 +0000 (16:51 -0700)]
Build fix for XMMS2.

This resolves bug 3085691, see:
https://sourceforge.net/tracker/index.php?func=detail&aid=3085691&group_id=143975&atid=757308

13 years agoBulid fix for nvidia support.
Brenden Matthews [Wed, 6 Oct 2010 18:49:27 +0000 (11:49 -0700)]
Bulid fix for nvidia support.

See http://bugs.gentoo.org/show_bug.cgi?id=339971 for details.

13 years agoBump rev.
Brenden Matthews [Tue, 5 Oct 2010 22:34:39 +0000 (15:34 -0700)]
Bump rev.

13 years agoBump for release.
Brenden Matthews [Tue, 5 Oct 2010 22:26:24 +0000 (15:26 -0700)]
Bump for release.

13 years agoFix indentation.
Brenden Matthews [Tue, 5 Oct 2010 20:25:32 +0000 (13:25 -0700)]
Fix indentation.

13 years agoFix warning.
Brenden Matthews [Tue, 5 Oct 2010 20:22:27 +0000 (13:22 -0700)]
Fix warning.

13 years agoAllow method to pass execgraph arguments containing spaces.
Brenden Matthews [Tue, 5 Oct 2010 19:26:52 +0000 (12:26 -0700)]
Allow method to pass execgraph arguments containing spaces.

13 years agoAbort curl transfers if they drop below 1000B/s for more than 60s.
Ben Kibbey [Tue, 5 Oct 2010 19:09:05 +0000 (12:09 -0700)]
Abort curl transfers if they drop below 1000B/s for more than 60s.

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

13 years agoCorrect docs.
Brenden Matthews [Tue, 5 Oct 2010 19:03:10 +0000 (12:03 -0700)]
Correct docs.

13 years agoImprove curl code.
Brenden Matthews [Tue, 5 Oct 2010 18:53:55 +0000 (11:53 -0700)]
Improve curl code.

13 years agoFix short_units for below kilo values.
Markus [Tue, 5 Oct 2010 18:29:39 +0000 (11:29 -0700)]
Fix short_units for below kilo values.

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

13 years agoWhen we have a failure in mail thread, sleep for a bit.
Brenden Matthews [Thu, 9 Sep 2010 17:53:39 +0000 (10:53 -0700)]
When we have a failure in mail thread, sleep for a bit.

13 years agoImprove failure handling in mail threads.
Brenden Matthews [Thu, 9 Sep 2010 17:48:57 +0000 (10:48 -0700)]
Improve failure handling in mail threads.

When we have a failure in the mail thread, lookup the hostname again in
case the failure is due odd to DNS changes, or some other madness.

13 years agoFix segfault in ccurl_thread.c
Pavel Labath [Sun, 29 Aug 2010 11:31:18 +0000 (13:31 +0200)]
Fix segfault in ccurl_thread.c

curl_global_init() is not thread-safe, it must be called at the start of main()

13 years agoFix crash in mail stuff due to bad free().
Brenden Matthews [Thu, 26 Aug 2010 17:32:27 +0000 (10:32 -0700)]
Fix crash in mail stuff due to bad free().

13 years agofix compilation errors in previous commit
Pavel Labath [Tue, 24 Aug 2010 20:23:55 +0000 (22:23 +0200)]
fix compilation errors in previous commit

13 years agoFix segfault in i8k (sf.net #3007167)
Pavel Labath [Fri, 20 Aug 2010 10:07:21 +0000 (12:07 +0200)]
Fix segfault in i8k (sf.net #3007167)

Apparently, sometimes the value of i8k.right_fan_status is sometimes null. This just makes sure
the null value isn't passed to atoi(3). A better solution would be to figure out why is it null,
but I cannot do that as I don't have the hardware.

13 years agofix typo
Pavel Labath [Mon, 16 Aug 2010 14:42:05 +0000 (16:42 +0200)]
fix typo

13 years agoUse getaddrinfo instead of gethostbyname
Pavel Labath [Sun, 15 Aug 2010 12:56:46 +0000 (14:56 +0200)]
Use getaddrinfo instead of gethostbyname

Patches conky to use getaddrinfo instead of gethostbyname everywhere. gethostbyname is rather
flawed and doesn't support IPv6 properly.

Patch contributed by Pascal Bleser

13 years agoBuild fix for IBM support when X is disabled.
Brenden Matthews [Fri, 13 Aug 2010 17:58:35 +0000 (10:58 -0700)]
Build fix for IBM support when X is disabled.

See http://bugs.gentoo.org/show_bug.cgi?id=331171 for details.

13 years agoFix 'nvidia with ncurses segfaults' (sf.net #3006233)
Pavel Labath [Fri, 13 Aug 2010 13:05:05 +0000 (15:05 +0200)]
Fix 'nvidia with ncurses segfaults' (sf.net #3006233)

Additionally, add a nvidia_display variable. This enables the $nvidia variable to be used without
out_to_x yes (X11 support still has to be built in, you just don't have to use it).

13 years agoMake $fs_used_perc and $fs_bar report used space correctly
Pavel Labath [Thu, 12 Aug 2010 18:41:28 +0000 (20:41 +0200)]
Make $fs_used_perc and $fs_bar report used space correctly

they reported fs->size - fs->avail, which is not correct if fs has super-user reserved blocks.

note that now $fs_used_perc and $fs_free_perc need not add up to 100%, but that is consistent
with what $fs_used and $fs_free do.

13 years agoFix buffer overflows in eve.c (sf.net #3034056)
Pavel Labath [Thu, 12 Aug 2010 15:21:45 +0000 (17:21 +0200)]
Fix buffer overflows in eve.c (sf.net #3034056)

13 years agoFix gcc warning
Pavel Labath [Thu, 29 Jul 2010 14:29:11 +0000 (16:29 +0200)]
Fix gcc warning

13 years agoFix bug where IMAP doesn't refresh counts after IDLE timeout.
Brenden Matthews [Fri, 18 Jun 2010 23:09:11 +0000 (16:09 -0700)]
Fix bug where IMAP doesn't refresh counts after IDLE timeout.

13 years agoChange a debug printf to DBGP.
Brenden Matthews [Fri, 18 Jun 2010 19:02:34 +0000 (12:02 -0700)]
Change a debug printf to DBGP.

13 years agoFix segfault in mail folder (SF: 3007493)
Brenden Matthews [Fri, 18 Jun 2010 19:00:11 +0000 (12:00 -0700)]
Fix segfault in mail folder (SF: 3007493)

13 years agoRevert "Fix segfault in mail folder (SF: 3007493)"
Brenden Matthews [Fri, 18 Jun 2010 18:34:49 +0000 (11:34 -0700)]
Revert "Fix segfault in mail folder (SF: 3007493)"

This reverts commit a78d9538fcaa1ba01cccac507c4a1940105c8979.

13 years agoFix bug in IMAP idle, reduce IDLE timeout.
Brenden Matthews [Fri, 18 Jun 2010 18:29:05 +0000 (11:29 -0700)]
Fix bug in IMAP idle, reduce IDLE timeout.

13 years agoFix alignment ($align[rc]) issue for exec & lua objects.
Brenden Matthews [Fri, 18 Jun 2010 18:15:01 +0000 (11:15 -0700)]
Fix alignment ($align[rc]) issue for exec & lua objects.

13 years agoRevert "Bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and...
Brenden Matthews [Fri, 18 Jun 2010 18:02:49 +0000 (11:02 -0700)]
Revert "Bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and $lua_parse"

This reverts commit 691036e3c37abc072e45ec84a35d0567a3702599.

13 years agoAdd missing include.
Brenden Matthews [Fri, 18 Jun 2010 17:35:41 +0000 (10:35 -0700)]
Add missing include.

13 years agoIgnore spaces in {} when breaking up arguments to $lua
Pavel Labath [Fri, 18 Jun 2010 15:55:49 +0000 (17:55 +0200)]
Ignore spaces in {} when breaking up arguments to $lua

13 years agoSmall build fix & zero playtime and progress bars when XMMS2 playback is stopped.
Pavel Labath [Sun, 13 Jun 2010 17:10:59 +0000 (19:10 +0200)]
Small build fix & zero playtime and progress bars when XMMS2 playback is stopped.

patch contributed by sleipner

13 years agoBuild fix for IBM support.
Brenden Matthews [Wed, 9 Jun 2010 00:59:06 +0000 (17:59 -0700)]
Build fix for IBM support.

13 years agoFix segfault in mail folder (SF: 3007493)
Nikolas Garofil [Wed, 2 Jun 2010 17:22:44 +0000 (19:22 +0200)]
Fix segfault in mail folder (SF: 3007493)

13 years agouse free instead of free_and_zero (it's not available in this branch and zero-ing...
Nikolas Garofil [Wed, 2 Jun 2010 16:33:59 +0000 (18:33 +0200)]
use free instead of free_and_zero (it's not available in this branch and zero-ing is not necessary here)

13 years agofix tiny memleak when $top is used wrong
Nikolas Garofil [Sun, 30 May 2010 15:20:54 +0000 (17:20 +0200)]
fix tiny memleak when $top is used wrong

13 years ago${top} fixes for FreeBSD
Alexander Graf [Fri, 28 May 2010 15:28:21 +0000 (17:28 +0200)]
${top} fixes for FreeBSD

${top}, ${top_mem} and ${top_time} are now recognized as variables.  The
parts of code doing this were in a #ifdef __linux__.

The total CPU time of processes (${top} with "time" argument) is now
printable, and ${top_time} works.

Signed-off-by: Alexander Graf <agraf@znc.in>

13 years agoFix build errors under FreeBSD
Alexander Graf [Fri, 28 May 2010 14:53:13 +0000 (16:53 +0200)]
Fix build errors under FreeBSD

Makefile.am:  top.c was enlisted as Linux-only source, though it is
required for conky on every operating system.

conky.[ch]:  top_running definition was inside #ifdef __linux__, though
required by top.c on every operating system.

freebsd.c:  Change return type of update_*() to int, as required by
common.h; remove free_all_processes() as it is defined by top.c.  The
changes done to freebsd.c must be done to netbsd.c and openbsd.c, too.
I did not do it as I have no opportunity to test conky under NetBSD or
OpenBSD.

Signed-off-by: Alexander Graf <agraf@znc.in>

13 years agoFix battery_bar not parsing arguments correctly (sf: #2998034, lp: #569195)
Cesare Tirabassi [Sun, 23 May 2010 09:08:08 +0000 (11:08 +0200)]
Fix battery_bar not parsing arguments correctly (sf: #2998034, lp: #569195)

13 years agoMake sure audacious-code compiles
Nikolas Garofil [Sun, 9 May 2010 20:52:27 +0000 (22:52 +0200)]
Make sure audacious-code compiles

13 years agoBugfix: RSS interval was in secs instead of mins
Nikolas Garofil [Thu, 6 May 2010 10:00:43 +0000 (12:00 +0200)]
Bugfix: RSS interval was in secs instead of mins

13 years agoBugfix: $alignr only worked on the first line of $execp, $execpi, $lua and $lua_parse
Nikolas Garofil [Wed, 5 May 2010 20:13:09 +0000 (22:13 +0200)]
Bugfix: $alignr only worked on the first line of $execp, $execpi, $lua and $lua_parse

13 years agoBugfix: memory and thread-deleting problems
Nikolas Garofil [Wed, 5 May 2010 16:57:27 +0000 (18:57 +0200)]
Bugfix: memory and thread-deleting problems

This patch is the C version of a32d9e41a440a043e19d20e3b91a45f626297472
(from the master branch).

14 years agoBugfix: read_tcp treated a succesfull connection as failed and vice versa
Nikolas Garofil [Thu, 15 Apr 2010 17:56:14 +0000 (19:56 +0200)]
Bugfix: read_tcp treated a succesfull connection as failed and vice versa

14 years agoBugfix: "out_to_x no" was ignored when in a file included with ${include path_to_file}
Nikolas Garofil [Wed, 14 Apr 2010 19:27:56 +0000 (21:27 +0200)]
Bugfix: "out_to_x no" was ignored when in a file included with ${include path_to_file}

14 years agoAdd $nodename_short.
Laurent Papier [Tue, 13 Apr 2010 00:41:23 +0000 (17:41 -0700)]
Add $nodename_short.

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

14 years agoRemoved all code depending on MIXER_IS_ALSA
Nikolas Garofil [Tue, 13 Apr 2010 00:36:50 +0000 (02:36 +0200)]
Removed all code depending on MIXER_IS_ALSA

Reasons:
-As far as i know, all systems can use the non-MIXER_IS_ALSA way to get the values
-This code shows wrong mixer values

14 years agoBugfix: adding/removing use_xft in the config had no effect unless you restarted...
Nikolas Garofil [Mon, 12 Apr 2010 21:36:20 +0000 (23:36 +0200)]
Bugfix: adding/removing use_xft in the config had no effect unless you restarted conky, reloading the config was not enough

14 years agoFix building with Audacious >= 2.3
Daniel Pielmeier [Mon, 12 Apr 2010 21:24:42 +0000 (14:24 -0700)]
Fix building with Audacious >= 2.3

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

14 years agoDon't use alarm() in texeci to terminate long processes.
Brenden Matthews [Mon, 12 Apr 2010 21:09:44 +0000 (14:09 -0700)]
Don't use alarm() in texeci to terminate long processes.

14 years agoinotifi_init1() is not available on older systems
Pavel Labath [Mon, 12 Apr 2010 20:40:16 +0000 (22:40 +0200)]
inotifi_init1() is not available on older systems

-> replace with inotify_init() + fcntl()
atomicity should not be important here, since we don't have any threads running at the point of
the call

14 years agoBugfix: mixerbar showed wrong values
Nikolas Garofil [Mon, 12 Apr 2010 12:40:15 +0000 (14:40 +0200)]
Bugfix: mixerbar showed wrong values

14 years agoBugfix: ac-adapter is sometimes called ADP1 in sysfs instead of AC
Nikolas Garofil [Mon, 12 Apr 2010 10:45:10 +0000 (12:45 +0200)]
Bugfix: ac-adapter is sometimes called ADP1 in sysfs instead of AC

14 years agoBugfix: battery_bar should also work without argument
Nikolas Garofil [Sun, 11 Apr 2010 17:49:27 +0000 (19:49 +0200)]
Bugfix: battery_bar should also work without argument

14 years agoBugfix: When the first line behind TEXT was a comment, the start of the second line...
Nikolas Garofil [Sat, 10 Apr 2010 18:06:04 +0000 (20:06 +0200)]
Bugfix: When the first line behind TEXT was a comment, the start of the second line wasn't parsed

14 years agoFix X error when border_width is <1.
Brenden Matthews [Wed, 7 Apr 2010 17:59:45 +0000 (10:59 -0700)]
Fix X error when border_width is <1.

14 years agoFix device name parsing for diskio variables.
Brenden Matthews [Wed, 7 Apr 2010 17:20:25 +0000 (10:20 -0700)]
Fix device name parsing for diskio variables.

See:
https://sourceforge.net/tracker/?func=detail&aid=2981517&group_id=143975&atid=757308

14 years agoFix bug in $if_existing.
Brenden Matthews [Wed, 7 Apr 2010 17:14:45 +0000 (10:14 -0700)]
Fix bug in $if_existing.

Ref:
http://sourceforge.net/tracker/?func=detail&aid=2979974&group_id=143975&atid=757308