monky
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.

14 years agoChangeloggin'
Brenden Matthews [Wed, 10 Jun 2009 01:06:01 +0000 (19:06 -0600)]
Changeloggin'

14 years agoFixed a regression with font rendering.
Brenden Matthews [Wed, 10 Jun 2009 00:39:26 +0000 (18:39 -0600)]
Fixed a regression with font rendering.

Fixed a regression which causes fonts to not be rendered properly with
certain types of windows.

14 years agoUpdate changelog.
Brenden Matthews [Tue, 9 Jun 2009 20:57:36 +0000 (14:57 -0600)]
Update changelog.

14 years agoFix comments in TEXT section
Pavel Labath [Tue, 9 Jun 2009 15:21:40 +0000 (17:21 +0200)]
Fix comments in TEXT section

When a '#' is found in TEXT, section remove_comments() is called.  However, that function doesn't
limit itself to removing that particular comment. Instead, it greedily removes all "comments" from
the string, including those in ${color $abcdef} constructs. This, obviously, makes a mess of
things.

Solution: I added a new function, remove_comment(), that only removes the current comment.

Note: Atm, the function doesn't delete the newline, since that was the current behavior, and is
the natural one for the config section. However, for the TEXT it seems better to delete the \n
too, to avoid blank lines.

Note2: this also fixes the bug in strfold(), which incorectly copied the string, truncating it by
one byte.

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

14 years agoAdded format_human_readable option (sf.net #2803345, thanks Vincent).
Vincent Breitmoser [Tue, 9 Jun 2009 20:52:18 +0000 (14:52 -0600)]
Added format_human_readable option (sf.net #2803345, thanks Vincent).

14 years agoextra displayoptions for battery_short and make sure full isn't handled as unknown
Nikolas Garofil [Mon, 8 Jun 2009 19:15:18 +0000 (21:15 +0200)]
extra displayoptions for battery_short and make sure full isn't handled as unknown

14 years agoInclude sys/param.h for FreeBSD
Nikos Ntarmos [Mon, 8 Jun 2009 15:09:28 +0000 (18:09 +0300)]
Include sys/param.h for FreeBSD

We need this on FreeBSD as some of the constants used in ucred.h and
mount.h are defined there.

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

14 years agoCheck for deleted and not expunged emails
Nikos Ntarmos [Mon, 8 Jun 2009 16:35:41 +0000 (19:35 +0300)]
Check for deleted and not expunged emails

This should fix bug #2802529. I've also revamped the X-Mozilla-Status
header handling which was kind of fishy till now.

Disclaimer: I have no mbox folders around to test it.

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

14 years agoLua's pkg-config name is lua-5.1 on FreeBSD
Nikos Ntarmos [Mon, 8 Jun 2009 16:35:40 +0000 (19:35 +0300)]
Lua's pkg-config name is lua-5.1 on FreeBSD

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

14 years agoRearrange changelog a bit.
Brenden Matthews [Mon, 8 Jun 2009 03:49:10 +0000 (21:49 -0600)]
Rearrange changelog a bit.

14 years agoStrip control chars from README.
Brenden Matthews [Mon, 8 Jun 2009 03:45:39 +0000 (21:45 -0600)]
Strip control chars from README.

14 years agoFix check_docs.py to work with cleaned up XML.
Brenden Matthews [Mon, 8 Jun 2009 03:23:35 +0000 (21:23 -0600)]
Fix check_docs.py to work with cleaned up XML.

14 years agoFix compiling without X11
Nikolas Garofil [Sun, 7 Jun 2009 16:41:10 +0000 (18:41 +0200)]
Fix compiling without X11

14 years agoneed_to_load_fonts shouldn't be used without X11
Nikolas Garofil [Sun, 7 Jun 2009 13:01:48 +0000 (15:01 +0200)]
need_to_load_fonts shouldn't be used without X11

14 years agoChangelog update
Nikolas Garofil [Sun, 7 Jun 2009 09:58:05 +0000 (11:58 +0200)]
Changelog update

14 years agoMerge branch 'master' of ssh://git.omp.am/home/omp/git/conky
Nikolas Garofil [Sun, 7 Jun 2009 09:41:29 +0000 (11:41 +0200)]
Merge branch 'master' of ssh://git.omp.am/home/omp/git/conky

14 years agoChangelog updated
Nikolas Garofil [Sun, 7 Jun 2009 08:56:22 +0000 (10:56 +0200)]
Changelog updated

14 years agoMake device argument optional for most net stats.
Brenden Matthews [Sun, 7 Jun 2009 04:56:29 +0000 (22:56 -0600)]
Make device argument optional for most net stats.

We can use DEFAULTNETDEV for more than just up/downspeedgraph.

14 years agoreload_config() fix, fix default net graph args.
Brenden Matthews [Sun, 7 Jun 2009 04:53:40 +0000 (22:53 -0600)]
reload_config() fix, fix default net graph args.

Closing the X display on reload caused some weirdness.  We can just
leave it open between reloads.  For whatever reason we had a macro
inside quotes for the default net device.

14 years agoFix error in docs regarding graph arguments.
Brenden Matthews [Sun, 7 Jun 2009 03:09:26 +0000 (21:09 -0600)]
Fix error in docs regarding graph arguments.

14 years agoAdd note about -a opts, bump doc date.
Brenden Matthews [Sun, 7 Jun 2009 00:12:25 +0000 (18:12 -0600)]
Add note about -a opts, bump doc date.

14 years agoUpdate command opts docs.
Brenden Matthews [Sun, 7 Jun 2009 00:10:20 +0000 (18:10 -0600)]
Update command opts docs.

14 years agoDoc correction.
Brenden Matthews [Sun, 7 Jun 2009 00:03:22 +0000 (18:03 -0600)]
Doc correction.

14 years agoFix some stupidity in 33754ecebe33eb0b5f517012da59757a3207cb52.
Brenden Matthews [Sat, 6 Jun 2009 23:42:02 +0000 (17:42 -0600)]
Fix some stupidity in 33754ecebe33eb0b5f517012da59757a3207cb52.

14 years agoLet lua_graph behave more like other graphs.
Brenden Matthews [Sat, 6 Jun 2009 23:25:34 +0000 (17:25 -0600)]
Let lua_graph behave more like other graphs.

Changed llua_getinteger() to llua_getnumber() returning a double, so
that you can use floating point values in graphs etc.  Lua graph will
scale like other graphs (except execgraph) by default now, and you can
manually set a scale with the scale argument.

14 years agoAdd tidying/sorting to check_docs.py.
Brenden Matthews [Sat, 6 Jun 2009 22:56:35 +0000 (16:56 -0600)]
Add tidying/sorting to check_docs.py.

14 years agoMerge branch 'master' of git.omp.am:/home/omp/git/conky
Brenden Matthews [Sat, 6 Jun 2009 18:20:13 +0000 (12:20 -0600)]
Merge branch 'master' of git.omp.am:/home/omp/git/conky

14 years agoFix bug in template code.
Pavel Labath [Sat, 6 Jun 2009 18:18:46 +0000 (12:18 -0600)]
Fix bug in template code.

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

14 years agoLet wireless_link_bar work in shell
Nikolas Garofil [Sat, 6 Jun 2009 18:04:20 +0000 (20:04 +0200)]
Let wireless_link_bar work in shell

14 years agoAdd a better fix for the $addr update problem
Phil Sutter [Sat, 6 Jun 2009 16:18:31 +0000 (18:18 +0200)]
Add a better fix for the $addr update problem

In general, initialising last_update_time to next_update_time upon
startup doesn't make sense, as some update functions check for the
distance between the two being higher than a given epsilon to prevent
updating too often. This means that they won't trigger when
update_stuff() is being run for the first time.

14 years agoRevert "Bugfix: $addr and $addrs couldn't find ip's before the first update."
Phil Sutter [Sat, 6 Jun 2009 16:14:06 +0000 (18:14 +0200)]
Revert "Bugfix: $addr and $addrs couldn't find ip's before the first update."

This reverts commit 8ffb8b238dfd3614afc582c0d5537e684219d039.

Surely, there is a better solution for that.

14 years agoBugfix: $addr and $addrs couldn't find ip's before the first update.
Nikolas Garofil [Sat, 6 Jun 2009 15:41:51 +0000 (17:41 +0200)]
Bugfix: $addr and $addrs couldn't find ip's before the first update.

When you started "$updates|${addr eth0}" displayed "0|No Address",
after the first update you got something normal like "1|192.168.0.1"
This patch should fix this.

14 years agoFix 6994caa18bc233aedf8ed417fa09fa9d101d1a4c.
Brenden Matthews [Sat, 6 Jun 2009 09:56:22 +0000 (03:56 -0600)]
Fix 6994caa18bc233aedf8ed417fa09fa9d101d1a4c.

Introduced a regression with commit
6994caa18bc233aedf8ed417fa09fa9d101d1a4c by getting too happy with
OpenMP.

14 years agoUnbreak $combine.
Brenden Matthews [Sat, 6 Jun 2009 09:04:36 +0000 (03:04 -0600)]
Unbreak $combine.

14 years agoMore s/IMLIB2/Imlib2/g
Brenden Matthews [Sat, 6 Jun 2009 08:47:29 +0000 (02:47 -0600)]
More s/IMLIB2/Imlib2/g

14 years agos/IMLIB2/Imlib2/g
Brenden Matthews [Sat, 6 Jun 2009 08:32:51 +0000 (02:32 -0600)]
s/IMLIB2/Imlib2/g

14 years agoApparently some people want more than 64 fonts.
Brenden Matthews [Sat, 6 Jun 2009 08:13:42 +0000 (02:13 -0600)]
Apparently some people want more than 64 fonts.

14 years agoA couple more fixes for the template machinery
Pavel Labath [Thu, 4 Jun 2009 15:55:45 +0000 (17:55 +0200)]
A couple more fixes for the template machinery

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

15 years agoadd entropy_perc
Phil Sutter [Thu, 4 Jun 2009 20:51:25 +0000 (22:51 +0200)]
add entropy_perc

There is no rounding done, so e.g. 3.6% get 3%. But double casting and
calling round_to_int() is just too ugly.

15 years agobranch conditionally
Phil Sutter [Thu, 4 Jun 2009 20:00:52 +0000 (22:00 +0200)]
branch conditionally

In case of undefined MATH there were empty branches which could lead to
decreased performance in totally unoptimised code. ;)

15 years agoclarify what the preprocessor define does here
Phil Sutter [Sun, 31 May 2009 16:40:07 +0000 (18:40 +0200)]
clarify what the preprocessor define does here

15 years agoread_tcp werkt maar moet nog stresstesten ondergaan
Nikolas Garofil [Thu, 4 Jun 2009 17:39:18 +0000 (19:39 +0200)]
read_tcp werkt maar moet nog stresstesten ondergaan

15 years agoLet entropy_bar, mpd_bar and apcupsd_loadbar work in shell
Nikolas Garofil [Thu, 4 Jun 2009 16:45:58 +0000 (18:45 +0200)]
Let entropy_bar, mpd_bar and apcupsd_loadbar work in shell

15 years agoMake Imlib2 global cache flushing actually work.
Brenden Matthews [Wed, 3 Jun 2009 19:31:16 +0000 (13:31 -0600)]
Make Imlib2 global cache flushing actually work.

15 years agoAdded some better cache control options for Imlib2.
Brenden Matthews [Wed, 3 Jun 2009 19:24:53 +0000 (13:24 -0600)]
Added some better cache control options for Imlib2.

15 years agosome c standards only allow initialisations at the start of a function
Nikolas Garofil [Wed, 3 Jun 2009 17:17:45 +0000 (19:17 +0200)]
some c standards only allow initialisations at the start of a function

15 years agoMake it possible to compile without C99
Nikolas Garofil [Wed, 3 Jun 2009 16:24:48 +0000 (18:24 +0200)]
Make it possible to compile without C99

15 years agoLet lua_bar work in shell
Nikolas Garofil [Wed, 3 Jun 2009 15:58:00 +0000 (17:58 +0200)]
Let lua_bar work in shell

15 years agoMerge OpenBSD patches from ports
Toni Spets [Wed, 3 Jun 2009 06:16:23 +0000 (09:16 +0300)]
Merge OpenBSD patches from ports

15 years agoMinor refactoring for template code.
Brenden Matthews [Tue, 2 Jun 2009 20:51:46 +0000 (14:51 -0600)]
Minor refactoring for template code.

15 years agoMake templates work with --disable-x11
Pavel Labath [Tue, 2 Jun 2009 14:54:41 +0000 (16:54 +0200)]
Make templates work with --disable-x11

part of the template-handling code was in #ifdef X11, which caused conky to dump core when
compiled without x11.

as a bonus, I changed tests !=' ' to !isspace in two places as it was causing strange effects

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

15 years agoFix core dumps while handling templates
Pavel Labath [Tue, 2 Jun 2009 13:47:30 +0000 (15:47 +0200)]
Fix core dumps while handling templates

Conky would dump core when encountering templates with no parameters (both $templateX and
${templateX}) and when the line contained improperly nested {}.

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

15 years agoEnable Lua by default.
Brenden Matthews [Tue, 2 Jun 2009 19:44:45 +0000 (13:44 -0600)]
Enable Lua by default.

15 years agoLet execibar work in shell
Nikolas Garofil [Tue, 2 Jun 2009 19:23:00 +0000 (21:23 +0200)]
Let execibar work in shell

15 years agoLet battery_bar work in shell
Nikolas Garofil [Tue, 2 Jun 2009 17:16:21 +0000 (19:16 +0200)]
Let battery_bar work in shell

15 years agoLet fs_bar and fs_bar_free work in shell
Nikolas Garofil [Mon, 1 Jun 2009 14:09:34 +0000 (16:09 +0200)]
Let fs_bar and fs_bar_free work in shell

15 years agoLet cpubar work in shell
Nikolas Garofil [Mon, 1 Jun 2009 13:07:24 +0000 (15:07 +0200)]
Let cpubar work in shell