monky
14 years agoweather: glib is not needed
Cesare Tirabassi [Sat, 18 Jul 2009 04:39:54 +0000 (06:39 +0200)]
weather: glib is not needed

14 years agoFix building without X11 after commit 20d4c4370a8fe6ffdcecee1e9f610f9d59acc742
Nikolas Garofil [Fri, 17 Jul 2009 16:37:46 +0000 (18:37 +0200)]
Fix building without X11 after commit 20d4c4370a8fe6ffdcecee1e9f610f9d59acc742

14 years agoFix memleaks when reloading configuration and place same parts of main() and reload_c...
Nikolas Garofil [Fri, 17 Jul 2009 16:01:41 +0000 (18:01 +0200)]
Fix memleaks when reloading configuration and place same parts of main() and reload_config() in a seperate function

14 years agoFix a lot of unimportant memleaks caused by a CRIT_ERR
Nikolas Garofil [Thu, 16 Jul 2009 18:28:23 +0000 (20:28 +0200)]
Fix a lot of unimportant memleaks caused by a CRIT_ERR

14 years agoShow warnings when not running in X and vars like desktop or monitor are used
Nikolas Garofil [Wed, 15 Jul 2009 22:31:22 +0000 (00:31 +0200)]
Show warnings when not running in X and vars like desktop or monitor are used

14 years agoFix freeing unregistered mem when build when running without X
Nikolas Garofil [Wed, 15 Jul 2009 21:55:22 +0000 (23:55 +0200)]
Fix freeing unregistered mem when build when running without X

14 years agoFix all memleaks that are clearly visible,
Nikolas Garofil [Wed, 15 Jul 2009 14:33:18 +0000 (16:33 +0200)]
Fix all memleaks that are clearly visible,
the default config should now run without memleaks, valgrind will
still report memleaks caused by the own_window-lines and the xft-lines
(in some cases) but those are caused by code that's not part of conky

14 years agoMake 16768a5ad4fdf58e1f7a9a1b949c055c846ea0e2 C90-compliant
Nikolas Garofil [Tue, 14 Jul 2009 17:17:14 +0000 (19:17 +0200)]
Make 16768a5ad4fdf58e1f7a9a1b949c055c846ea0e2 C90-compliant

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Tue, 14 Jul 2009 16:47:00 +0000 (18:47 +0200)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix Property Change Events are passes also to OWN_WINDOW
Cesare Tirabassi [Tue, 14 Jul 2009 16:46:15 +0000 (18:46 +0200)]
Fix Property Change Events are passes also to OWN_WINDOW

14 years agoFix strange effects on desktop caused by 4a14668772a37b18a9aceb8951ece260084bc96e
Nikolas Garofil [Tue, 14 Jul 2009 16:10:43 +0000 (18:10 +0200)]
Fix strange effects on desktop caused by 4a14668772a37b18a9aceb8951ece260084bc96e

14 years agoFix memleaks introduced by g7bbde2b
Nikolas Garofil [Tue, 14 Jul 2009 16:05:49 +0000 (18:05 +0200)]
Fix memleaks introduced by g7bbde2b

14 years agoFix building with strict compilers
Nikolas Garofil [Tue, 14 Jul 2009 15:43:27 +0000 (17:43 +0200)]
Fix building with strict compilers

14 years agorefactored desktop info code so that its only called on X property events; TO DO...
Cesare Tirabassi [Tue, 14 Jul 2009 14:57:51 +0000 (16:57 +0200)]
refactored desktop info code so that its only called on X property events; TO DO doesn't work with own_window

14 years agoFix a part of the memleaks in the X-related code,
Nikolas Garofil [Tue, 14 Jul 2009 14:07:33 +0000 (16:07 +0200)]
Fix a part of the memleaks in the X-related code,
if you remove all lines above TEXT in defconfig.h,
then it should run without memleaks.

14 years agoFix memleaks when running with total_run_times
Nikolas Garofil [Tue, 14 Jul 2009 10:47:24 +0000 (12:47 +0200)]
Fix memleaks when running with total_run_times

14 years agoUse OBJ_THREAD() for weather, get rid of pointless return.
Brenden Matthews [Mon, 13 Jul 2009 22:11:21 +0000 (16:11 -0600)]
Use OBJ_THREAD() for weather, get rid of pointless return.

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Brenden Matthews [Mon, 13 Jul 2009 21:21:42 +0000 (15:21 -0600)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix minor $weather memleak.
Brenden Matthews [Mon, 13 Jul 2009 21:21:25 +0000 (15:21 -0600)]
Fix minor $weather memleak.

14 years agoFix compilation with --disable-own-window (sf.net #2820716)
Cesare Tirabassi [Mon, 13 Jul 2009 21:19:32 +0000 (23:19 +0200)]
Fix compilation with --disable-own-window (sf.net #2820716)

14 years agoweather: clarified URI and corrected some minor format problems with variables.xml
Cesare Tirabassi [Mon, 13 Jul 2009 20:57:07 +0000 (22:57 +0200)]
weather: clarified URI and corrected some minor format problems with variables.xml

14 years agoRemove old,unused desktop-finding code
Nikolas Garofil [Mon, 13 Jul 2009 15:32:33 +0000 (17:32 +0200)]
Remove old,unused desktop-finding code

14 years agoFix minor memleak (fonts)
Nikolas Garofil [Mon, 13 Jul 2009 13:04:57 +0000 (15:04 +0200)]
Fix minor memleak (fonts)

14 years agoweather: removed constraints of 3 locations per uri from docs; corrected possible...
Cesare Tirabassi [Mon, 13 Jul 2009 09:31:20 +0000 (11:31 +0200)]
weather: removed constraints of 3 locations per uri from docs; corrected possible buffer overflow

14 years agoRefactor some of the new weather code, fix docs.
Brenden Matthews [Mon, 13 Jul 2009 05:31:57 +0000 (23:31 -0600)]
Refactor some of the new weather code, fix docs.

I moved the weather stuff into its own thread, and also fixed up some
abuse of <simplelist> formatting throughout the docs.  Hopefully we can
keep things a little more uniform from now on.

14 years agoFix Lua window table segfault.
Brenden Matthews [Mon, 13 Jul 2009 03:38:35 +0000 (21:38 -0600)]
Fix Lua window table segfault.

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Sun, 12 Jul 2009 19:18:28 +0000 (21:18 +0200)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix man page name.
Brenden Matthews [Sun, 12 Jul 2009 18:32:31 +0000 (12:32 -0600)]
Fix man page name.

14 years agoFix minor memleak
Nikolas Garofil [Sun, 12 Jul 2009 18:01:31 +0000 (20:01 +0200)]
Fix minor memleak

14 years agofix: segfault when TEXT is missing and build with x11
Nikolas Garofil [Sun, 12 Jul 2009 17:42:10 +0000 (19:42 +0200)]
fix: segfault when TEXT is missing and build with x11

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Sun, 12 Jul 2009 16:46:07 +0000 (18:46 +0200)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix: free_fonts tries sometimes tries to free much
Nikolas Garofil [Sun, 12 Jul 2009 16:29:50 +0000 (18:29 +0200)]
Fix: free_fonts tries sometimes tries to free much

When build with support for x11 and ran with a empty config this resulted in a segfault.

14 years agoFix memleak when build with X11 but turned off in config
Nikolas Garofil [Sun, 12 Jul 2009 12:52:58 +0000 (14:52 +0200)]
Fix memleak when build with X11 but turned off in config

14 years agoUgly workaround for segfaults when build with x11 and lua
Nikolas Garofil [Sun, 12 Jul 2009 10:28:22 +0000 (12:28 +0200)]
Ugly workaround for segfaults when build with x11 and lua

14 years agofree info.x11.desktop.name in free_text_objects()
Cesare Tirabassi [Sun, 12 Jul 2009 09:58:34 +0000 (11:58 +0200)]
free info.x11.desktop.name in free_text_objects()

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Sun, 12 Jul 2009 09:45:33 +0000 (11:45 +0200)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix building without math but with X11
Nikolas Garofil [Sat, 11 Jul 2009 22:51:17 +0000 (00:51 +0200)]
Fix building without math but with X11

14 years agoFix: reading mem after its freed (current_config)
Nikolas Garofil [Sat, 11 Jul 2009 22:05:53 +0000 (00:05 +0200)]
Fix: reading mem after its freed (current_config)

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Cesare Tirabassi [Sat, 11 Jul 2009 19:37:54 +0000 (21:37 +0200)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix building without lua
Nikolas Garofil [Sat, 11 Jul 2009 13:02:17 +0000 (15:02 +0200)]
Fix building without lua

14 years agoAdd support for $desktop, $desktop_number and $desktop_name
Cesare Tirabassi [Sat, 11 Jul 2009 08:50:02 +0000 (10:50 +0200)]
Add support for $desktop, $desktop_number and $desktop_name

Should work with any window manager that supports the
freedesktop.org Window Manager Specification
(see http://www.freedesktop.org/wiki/Specifications/wm-spec).

I have tested succesfully with openbox but some more testing with other
wm would be needed!

Support is built-in; if it is not acceptable to loose cpu cycles for this
at every conky refresh step than it should be conditionally compiled.

14 years agoFix building without weather
Nikolas Garofil [Fri, 10 Jul 2009 22:43:09 +0000 (00:43 +0200)]
Fix building without weather

14 years agospelling: stable instead of stabe
Nikolas Garofil [Fri, 10 Jul 2009 17:33:26 +0000 (19:33 +0200)]
spelling: stable instead of stabe

14 years agoFix warning about AM_PROG_CC_C_O.
Brenden Matthews [Fri, 10 Jul 2009 16:12:04 +0000 (10:12 -0600)]
Fix warning about AM_PROG_CC_C_O.

14 years agoFix build errors with --disable-x11.
Brenden Matthews [Fri, 10 Jul 2009 16:07:39 +0000 (10:07 -0600)]
Fix build errors with --disable-x11.

14 years agoA whole bunch of changes, mostly Lua related.
Brenden Matthews [Wed, 8 Jul 2009 08:09:06 +0000 (02:09 -0600)]
A whole bunch of changes, mostly Lua related.

Improved Lua API (lua_read_parse has been removed in favour of the
conky_parse() Lua API call).  The docs have been improved to reflect the
recent Lua API stuff as well.  Introduced new Lua Cairo and Imlib2
bindings, which require the tolua++ tool.  Fixed some other
miscellaneous doc related things.

14 years agoAdded support for swapfree
Nikolas Garofil [Thu, 9 Jul 2009 18:12:52 +0000 (20:12 +0200)]
Added support for swapfree

14 years agoFix memleaks in CRIT_ERR
Nikolas Garofil [Wed, 8 Jul 2009 13:51:08 +0000 (15:51 +0200)]
Fix memleaks in CRIT_ERR

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Brenden Matthews [Tue, 7 Jul 2009 23:34:02 +0000 (17:34 -0600)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoHandle thread death better (sf.net #2818145).
Brenden Matthews [Tue, 7 Jul 2009 23:33:38 +0000 (17:33 -0600)]
Handle thread death better (sf.net #2818145).

14 years agoFix memleak triggered by (and others)
Nikolas Garofil [Tue, 7 Jul 2009 22:35:20 +0000 (00:35 +0200)]
Fix memleak triggered by  (and others)

14 years agoweather: lets make this compliant to prehistoric standards and at the same time worki...
Cesare Tirabassi [Tue, 7 Jul 2009 16:08:54 +0000 (18:08 +0200)]
weather: lets make this compliant to prehistoric standards and at the same time working ...

14 years agofix minor memleak when closing conky
Nikolas Garofil [Tue, 7 Jul 2009 15:27:57 +0000 (17:27 +0200)]
fix minor memleak when closing conky

14 years agoFixed mixed code and declarations (not allowed in some C standards, like C90)
Nikolas Garofil [Tue, 7 Jul 2009 13:38:13 +0000 (15:38 +0200)]
Fixed mixed code and declarations (not allowed in some C standards, like C90)

14 years agoadded some extra info about the needed libs for compiling to docs.xml and added the...
Nikolas Garofil [Tue, 7 Jul 2009 13:02:29 +0000 (15:02 +0200)]
added some extra info about the needed libs for compiling to docs.xml and added the url of the wiki to docs.xml

14 years agoweather: add more weather modifiers
Cesare Tirabassi [Tue, 7 Jul 2009 10:08:24 +0000 (12:08 +0200)]
weather: add more weather modifiers

14 years agoweather: corrected typo
Cesare Tirabassi [Tue, 7 Jul 2009 09:16:25 +0000 (11:16 +0200)]
weather: corrected typo

14 years agoweather: changed ifs in parsing routine to switch/case and corrected TCU handling
Cesare Tirabassi [Tue, 7 Jul 2009 09:13:07 +0000 (11:13 +0200)]
weather: changed ifs in parsing routine to switch/case and corrected TCU handling

14 years agoAdded support for $weather (experimental).
Cesare Tirabassi [Mon, 6 Jul 2009 22:20:12 +0000 (00:20 +0200)]
Added support for $weather (experimental).

Download, parse and display METAR data from the NWS.

icao must be a valid icao for the required location
(see for instance https://pilotweb.nas.faa.gov/qryhtml/icao/).

data_type must be one of the following:

last_update   : display the date (yyyy/mm/dd) and time (UTC)
        of the last update.
temperature_C : display air temperature in degree Celsius.
temperature_F : display air temperature in degree Fahrenheit.
cloud_cover   : display the highest cloud cover status.
pressure      : display air pressure in millibar.
wind_speed    : display wind speed in km/hour.
wind_dir      : display wind direction.
wind_dir_DEG  : display compass wind direction.
humidity      : display relative humidity in %.
weather       : display any relevant weather event (rain, snow, etc.).

delay_in_minutes (optional, default 30) cannot be lower than 30 min.
Up to 3 stations can be simultaneously queried.

Use --enable-weather to compile this in.

14 years agoImprove docs and parsing of graph args further.
Brenden Matthews [Sun, 5 Jul 2009 04:03:12 +0000 (22:03 -0600)]
Improve docs and parsing of graph args further.

14 years agoImproved parsing of graph arguments.
Brenden Matthews [Sun, 5 Jul 2009 03:43:45 +0000 (21:43 -0600)]
Improved parsing of graph arguments.

Removed "log"|"normal" arguments in favour of -l switch.

14 years agoFix some minor leaky code.
Brenden Matthews [Sun, 5 Jul 2009 03:13:00 +0000 (21:13 -0600)]
Fix some minor leaky code.

14 years agoRemove newline with comment only lines in TEXT.
Brenden Matthews [Sun, 5 Jul 2009 02:57:41 +0000 (20:57 -0600)]
Remove newline with comment only lines in TEXT.

14 years agoFix escaping of comments in TEXT (sf.net #2813390, thanks Nils).
Nils Schweinsberg [Thu, 2 Jul 2009 06:36:37 +0000 (00:36 -0600)]
Fix escaping of comments in TEXT (sf.net #2813390, thanks Nils).

14 years agoFix segfault in to_real_path
Nikolas Garofil [Mon, 29 Jun 2009 14:04:00 +0000 (16:04 +0200)]
Fix segfault in to_real_path

14 years agofix a few memleaks
Phil Sutter [Sun, 21 Jun 2009 23:50:15 +0000 (01:50 +0200)]
fix a few memleaks

14 years agofix for testing and debug on FreeBSD
Phil Sutter [Sun, 21 Jun 2009 21:44:48 +0000 (23:44 +0200)]
fix for testing and debug on FreeBSD

(Probably not complete yet)

14 years agofix conf_cookie for FreeBSD
Phil Sutter [Sun, 21 Jun 2009 21:46:03 +0000 (23:46 +0200)]
fix conf_cookie for FreeBSD

While here, also clean up the #ifdef mess created
around the whole config output support.

14 years agoUse the internal process list for if_running on Linux
Phil Sutter [Fri, 19 Jun 2009 23:40:40 +0000 (01:40 +0200)]
Use the internal process list for if_running on Linux

14 years agoexiting early on error definitely sanitises indenting here
Phil Sutter [Fri, 19 Jun 2009 23:14:57 +0000 (01:14 +0200)]
exiting early on error definitely sanitises indenting here

14 years agoSome Imlib2 refactoring.
Brenden Matthews [Mon, 15 Jun 2009 03:05:11 +0000 (21:05 -0600)]
Some Imlib2 refactoring.

14 years agoFixed $if_mpd_playing. Would not return false after true.
Ole Christian Tvedt [Mon, 15 Jun 2009 00:02:58 +0000 (02:02 +0200)]
Fixed $if_mpd_playing. Would not return false after true.

Previously, is_playing was never returned to 0 even if a song stopped
playing.

Signed-off-by: Brenden Matthews <brenden@rty.ca>

14 years agoRead MPD connection data from environment.
Ole Christian Tvedt [Sun, 14 Jun 2009 23:15:04 +0000 (01:15 +0200)]
Read MPD connection data from environment.

Most MPD clients read the MPD_HOST and MPD_PORT
environment variables. Now, conky will too.

MPD_HOST can be either "hostname" or "password@hostname".

If a user specifies a host in the configuration, the
password set in MPD_HOST will be ignored. This is to
prevent the password from being sent to the wrong host.

In other words, if the host is specified in the conky
configuration, the password must be too (if there is
one).

Signed-off-by: Brenden Matthews <brenden@rty.ca>

14 years agoFixup some imlib2 flush interval stuff.
Brenden Matthews [Sun, 14 Jun 2009 22:12:12 +0000 (16:12 -0600)]
Fixup some imlib2 flush interval stuff.

14 years agoFixed docs for upspeed and downspeed (not necessarily in KiB any longer).
Ole Christian Tvedt [Sun, 14 Jun 2009 20:48:34 +0000 (22:48 +0200)]
Fixed docs for upspeed and downspeed (not necessarily in KiB any longer).

Signed-off-by: Brenden Matthews <brenden@rty.ca>

14 years agoApproach the per-image cache control another way.
Brenden Matthews [Sun, 14 Jun 2009 20:50:30 +0000 (14:50 -0600)]
Approach the per-image cache control another way.

14 years agoIncrease backwards compat for border_margin.
Brenden Matthews [Sun, 14 Jun 2009 18:24:18 +0000 (12:24 -0600)]
Increase backwards compat for border_margin.

Even though border_margin is deprecated, we'll set border_inner_margin
anyway so lazy people won't complain too much.

14 years agoFix XMMS2 related crash (sf.net #2806111 and #2805310, thanks Lassi).
Lassi Selander [Sun, 14 Jun 2009 18:03:50 +0000 (12:03 -0600)]
Fix XMMS2 related crash (sf.net #2806111 and #2805310, thanks Lassi).

14 years agoUpdate changelog for 23e89dca08394fdc3e4732f543e59e53b051554e.
Brenden Matthews [Sat, 13 Jun 2009 23:47:32 +0000 (17:47 -0600)]
Update changelog for 23e89dca08394fdc3e4732f543e59e53b051554e.

14 years agoAdded own_window_type panel
Ole Christian Tvedt [Sat, 13 Jun 2009 21:36:28 +0000 (23:36 +0200)]
Added own_window_type panel

The panel type reserves space along the edge of the
screen, just like regular DE panels, taskbars and the
like. I have tested it for several hours now with lots
of different settings, and it seems to be working fine.

Works especially well with alignment top_??? or
bottom_??? and single-line output. Something like
this:

  own_window yes
  own_window_type panel

  alignment bottom_left
  maximum_width 1680
  minimum_size 1680
  gap_x 0
  gap_y 0

  stippled_borders 1
  draw_borders yes

  update_interval 3.0

  TEXT
  $nodename $tab $freq_g ${color grey}GHz$color $tab $memperc% ${color grey}RAM$color $tab $cpu% ${color grey}CPU $tab etc...etc...$alignr${time %F %R}

The line after TEXT is supposed to be on one line,
just in case some channel has messed it up.

Signed-off-by: Brenden Matthews <brenden@rty.ca>

14 years agoBetter parsing of process names containing funky chars
Pavel Labath [Sat, 13 Jun 2009 22:02:50 +0000 (00:02 +0200)]
Better parsing of process names containing funky chars

14 years agoAdded support for blink
Nikolas Garofil [Sat, 13 Jun 2009 21:52:41 +0000 (23:52 +0200)]
Added support for blink

14 years agoShow count of variables/config settings.
Brenden Matthews [Sat, 13 Jun 2009 21:05:06 +0000 (15:05 -0600)]
Show count of variables/config settings.

14 years agoFix regression in Lua inotify stuff.
Brenden Matthews [Sat, 13 Jun 2009 19:40:27 +0000 (13:40 -0600)]
Fix regression in Lua inotify stuff.

14 years agoA mainly cosmetic update.
Ole Christian Tvedt [Sat, 13 Jun 2009 18:59:28 +0000 (20:59 +0200)]
A mainly cosmetic update.

One useless "if (own_window)" check was removed. It is already inside another
identical check, and so will always evaluate to true.

One strncmp against the word "dock" was limited to four characters instead of
seven, for consistency with the other checks in the configuration parsing code.

Signed-off-by: Brenden Matthews <brenden@rty.ca>

14 years agoUgh...finish ca340d26430091ef97c5eb9d9a11cf4efe4b0434.
Brenden Matthews [Sat, 13 Jun 2009 19:19:40 +0000 (13:19 -0600)]
Ugh...finish ca340d26430091ef97c5eb9d9a11cf4efe4b0434.

14 years agoFix inotify segfault (sf.net #2804886).
Brenden Matthews [Sat, 13 Jun 2009 19:17:18 +0000 (13:17 -0600)]
Fix inotify segfault (sf.net #2804886).

Fix segfault due to bad checking of return values for inotify code
(sf.net #2804886)

14 years agofull text last commit: Added to_bytes
Nikolas Garofil [Fri, 12 Jun 2009 23:59:04 +0000 (01:59 +0200)]
full text last commit: Added to_bytes

14 years agoAdded
Nikolas Garofil [Fri, 12 Jun 2009 23:48:54 +0000 (01:48 +0200)]
Added

14 years agoChangelog...
Pavel Labath [Fri, 12 Jun 2009 17:54:30 +0000 (19:54 +0200)]
Changelog...

14 years agoSupport for per-task I/O statistics - $top_io
Pavel Labath [Fri, 12 Jun 2009 17:08:44 +0000 (19:08 +0200)]
Support for per-task I/O statistics - $top_io

Basically, I just added three new process properties (io_read, io_write, io_perc - representing
the amount of I/O done by the process during the update interval) and $top_io, that sorts
processes based on io_perc.

Atm, it's completely #ifdef'd, since it requires kernel support. But that creates some wierd
looking syntax at some places, so it may be better to remove some ifdefs.  It even may be
possible to completely remove the ifdefs (ie. convert them to #ifdef linux) since the code will
compile just fine even if the kernel doesn't support I/O accounting. I'll leave that for someone
else to decide.

14 years agoJust moving an obviously misplaced comment
Pavel Labath [Thu, 4 Jun 2009 11:44:14 +0000 (13:44 +0200)]
Just moving an obviously misplaced comment

14 years agoPixel perfect borders?
Brenden Matthews [Fri, 12 Jun 2009 04:35:19 +0000 (22:35 -0600)]
Pixel perfect borders?

14 years agoAdded border_inner_margin and border_outer_margin.
Brenden Matthews [Fri, 12 Jun 2009 01:07:21 +0000 (19:07 -0600)]
Added border_inner_margin and border_outer_margin.

The border_margin config option is now deprecated.  This also resolves
an issue with weird border_margin values causing X to crash.

14 years agoApply fs stat changes to fs_free_perc also (thanks Cesare).
Brenden Matthews [Thu, 11 Jun 2009 07:28:11 +0000 (01:28 -0600)]
Apply fs stat changes to fs_free_perc also (thanks Cesare).

14 years agoRevert b6e691e8ac1d09df7a01c25583b785025a6212a6, fix original problem.
Brenden Matthews [Wed, 10 Jun 2009 20:13:17 +0000 (14:13 -0600)]
Revert b6e691e8ac1d09df7a01c25583b785025a6212a6, fix original problem.

14 years agoRevert "Clarify fs free stats."
Brenden Matthews [Wed, 10 Jun 2009 20:09:34 +0000 (14:09 -0600)]
Revert "Clarify fs free stats."

This reverts commit da65a4bcf8e3746cf746b1e943441900169fdffe.

14 years agoFix regression with loading of non-Xft fonts (sf.net #2804324).
Brenden Matthews [Wed, 10 Jun 2009 20:08:39 +0000 (14:08 -0600)]
Fix regression with loading of non-Xft fonts (sf.net #2804324).

14 years agoClarify fs free stats.
Brenden Matthews [Wed, 10 Jun 2009 17:31:24 +0000 (11:31 -0600)]
Clarify fs free stats.

14 years agoInclude conky_no_x11.conf in the tarballs
Pavel Labath [Wed, 10 Jun 2009 15:57:41 +0000 (17:57 +0200)]
Include conky_no_x11.conf in the tarballs

otherwise, building with --enable-config-output --disable-x11 fails.