monky
18 years agofixed graph width issue
Brenden Matthews [Sun, 4 Sep 2005 03:43:18 +0000 (03:43 +0000)]
fixed graph width issue

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@262 7f574dfc-610e-0410-a909-a81674777703

18 years agoFinal stage of s/ == xyes/ = xyes/.
Roman Bogorodskiy [Fri, 2 Sep 2005 14:17:31 +0000 (14:17 +0000)]
Final stage of s/ == xyes/ = xyes/.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@259 7f574dfc-610e-0410-a909-a81674777703

18 years ago- fix illegal memory access when using graphs wider than 256px
Johannes Winkelmann [Wed, 31 Aug 2005 23:18:54 +0000 (23:18 +0000)]
- fix illegal memory access when using graphs wider than 256px
- increase max graph width to 512

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@257 7f574dfc-610e-0410-a909-a81674777703

18 years agofix for docs stuff
Brenden Matthews [Wed, 31 Aug 2005 06:48:38 +0000 (06:48 +0000)]
fix for docs stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@256 7f574dfc-610e-0410-a909-a81674777703

18 years agofix for docs stuff
Brenden Matthews [Wed, 31 Aug 2005 06:48:00 +0000 (06:48 +0000)]
fix for docs stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@255 7f574dfc-610e-0410-a909-a81674777703

18 years agoadding new ebuild for 1.3.0
Brenden Matthews [Wed, 31 Aug 2005 05:47:25 +0000 (05:47 +0000)]
adding new ebuild for 1.3.0

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@249 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Mention FreeBSD support in ChangeLog
Roman Bogorodskiy [Wed, 31 Aug 2005 05:20:10 +0000 (05:20 +0000)]
- Mention FreeBSD support in ChangeLog
- Disable NetBSD support: we have NetBSD specific code but it has not been
  touched since torsmo times, so it most likely doesn't build even

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@248 7f574dfc-610e-0410-a909-a81674777703

18 years ago16-bit color adjustments: save 6 divisions per graph by using precalculated values
Johannes Winkelmann [Tue, 30 Aug 2005 19:13:01 +0000 (19:13 +0000)]
16-bit color adjustments: save 6 divisions per graph by using precalculated values

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@247 7f574dfc-610e-0410-a909-a81674777703

18 years agoFix memory leak in update_diskio().
Roman Bogorodskiy [Tue, 30 Aug 2005 17:32:58 +0000 (17:32 +0000)]
Fix memory leak in update_diskio().

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@246 7f574dfc-610e-0410-a909-a81674777703

18 years agoLast fixes:
Johannes Winkelmann [Tue, 30 Aug 2005 14:59:37 +0000 (14:59 +0000)]
Last fixes:
- round usage values
- fix graph colors on 16-bit displays

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@245 7f574dfc-610e-0410-a909-a81674777703

18 years agoAutotools fixes again:
Roman Bogorodskiy [Tue, 30 Aug 2005 12:27:48 +0000 (12:27 +0000)]
Autotools fixes again:
- Fix "present but cannot be compiled" warning for sys/mount.h
- Fix X11 detecting one more time. We used 'test x$foo == x$bar', which
  works not for all shells (it doesn't works with zsh, tcsh and freebsd
  /bin/sh, that's all what I've checked). So, use 'test x$foo = x$bar'.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@244 7f574dfc-610e-0410-a909-a81674777703

18 years agoPolish X11 detection code a bit.
Roman Bogorodskiy [Tue, 30 Aug 2005 08:44:07 +0000 (08:44 +0000)]
Polish X11 detection code a bit.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@243 7f574dfc-610e-0410-a909-a81674777703

18 years agoDocument recently added apm_* objects.
Roman Bogorodskiy [Tue, 30 Aug 2005 07:11:01 +0000 (07:11 +0000)]
Document recently added apm_* objects.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@242 7f574dfc-610e-0410-a909-a81674777703

18 years agoAdd APM support for FreeBSD.
Roman Bogorodskiy [Tue, 30 Aug 2005 04:19:16 +0000 (04:19 +0000)]
Add APM support for FreeBSD.

Submitted by:  Daniel Thiele <dthiele@gmx.net>

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@241 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed up some stuff in the docs
Jason Tan [Tue, 30 Aug 2005 02:45:09 +0000 (02:45 +0000)]
fixed up some stuff in the docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@240 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed x11.c issue
Brenden Matthews [Tue, 30 Aug 2005 00:22:55 +0000 (00:22 +0000)]
fixed x11.c issue

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@239 7f574dfc-610e-0410-a909-a81674777703

18 years agoI wonder if it is really needed to be root to build conky.
Roman Bogorodskiy [Mon, 29 Aug 2005 19:56:24 +0000 (19:56 +0000)]
I wonder if it is really needed to be root to build conky.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@238 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Make update_diskio() return 0 instead of total disk I/O since
Roman Bogorodskiy [Mon, 29 Aug 2005 19:39:35 +0000 (19:39 +0000)]
- Make update_diskio() return 0 instead of total disk I/O since
  boot for the first cycle
- Implement ${top} and ${top_mem} support (further review and testing
  required)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@237 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded $texeci, fixed a bug with own_winodw and double buffer
Brenden Matthews [Mon, 29 Aug 2005 17:06:31 +0000 (17:06 +0000)]
added $texeci, fixed a bug with own_winodw and double buffer

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@236 7f574dfc-610e-0410-a909-a81674777703

18 years agoupdated docs for , mentioned that metar is gone. changed some of the packaging files...
Jason Tan [Mon, 29 Aug 2005 16:52:54 +0000 (16:52 +0000)]
updated docs for , mentioned that metar is gone. changed some of the packaging files to meet debian standards (thanks to pollux, thru mirrorbox), so that should be almost ready

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@235 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed a bug that caused segfaults if no arguments weren't provided to variables that...
Jason Tan [Mon, 29 Aug 2005 16:49:09 +0000 (16:49 +0000)]
fixed a bug that caused segfaults if no arguments weren't provided to variables that require arguments. also, changed the addr variable to now require <internface> as an argument, to be consistent with the rest of the net variables...

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@234 7f574dfc-610e-0410-a909-a81674777703

18 years agoConnect top.c to the build only on Linux.
Roman Bogorodskiy [Mon, 29 Aug 2005 10:29:31 +0000 (10:29 +0000)]
Connect top.c to the build only on Linux.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@233 7f574dfc-610e-0410-a909-a81674777703

18 years agosorry, testing this again
Jason Tan [Sat, 27 Aug 2005 22:25:31 +0000 (22:25 +0000)]
sorry, testing this again

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@231 7f574dfc-610e-0410-a909-a81674777703

18 years agotesting the cvs email diff thing
Jason Tan [Sat, 27 Aug 2005 22:22:12 +0000 (22:22 +0000)]
testing the cvs email diff thing

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@229 7f574dfc-610e-0410-a909-a81674777703

18 years agosyncmail test, again
Brenden Matthews [Sat, 27 Aug 2005 21:38:20 +0000 (21:38 +0000)]
syncmail test, again

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@228 7f574dfc-610e-0410-a909-a81674777703

18 years agosyncmail test, again
Brenden Matthews [Sat, 27 Aug 2005 21:29:49 +0000 (21:29 +0000)]
syncmail test, again

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@226 7f574dfc-610e-0410-a909-a81674777703

18 years agosyncmail test
Brenden Matthews [Sat, 27 Aug 2005 21:20:54 +0000 (21:20 +0000)]
syncmail test

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@224 7f574dfc-610e-0410-a909-a81674777703

18 years agosmall doc changes
Brenden Matthews [Sat, 27 Aug 2005 21:15:33 +0000 (21:15 +0000)]
small doc changes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@222 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed typos, changed the look of the pretty html tables (thanks cptn for xsl advice...
Jason Tan [Sat, 27 Aug 2005 21:04:37 +0000 (21:04 +0000)]
fixed typos, changed the look of the pretty html tables (thanks cptn for xsl advice), and these tables are now generated as part of the Makefile process too (only requires xsltproc, which we check for already).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@221 7f574dfc-610e-0410-a909-a81674777703

18 years agosome fixes for update_stat():
Johannes Winkelmann [Sat, 27 Aug 2005 14:55:10 +0000 (14:55 +0000)]
some fixes for update_stat():
- initialize cpu_info struct properly (a large conkyrc could pollute that memory area)
- allocate info.cpu_usage to cpu_count + 1

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@220 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Fix `make dist` without having HAVE_DOCSTUFF defined
Roman Bogorodskiy [Sat, 27 Aug 2005 14:14:34 +0000 (14:14 +0000)]
- Fix `make dist` without having HAVE_DOCSTUFF defined
- Remove obsolete comment from freebsd.c

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@219 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Hide i8k stuff under "#ifdef __linux__" since I don't think it present
Roman Bogorodskiy [Sat, 27 Aug 2005 12:59:46 +0000 (12:59 +0000)]
- Hide i8k stuff under "#ifdef __linux__" since I don't think it present
  on non-Linux systems
- Fiddle with cpu usage detecting code on FreeBSD. Now it can show usage
  on all CPUs, but usage for some single CPU on SMP system is not supported
  (I have no SMP, so it's hard to write/test SMP support for me).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@218 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Implement update_diskio() on FreeBSD (it would not work on FreeBSD <= 4.x,
Roman Bogorodskiy [Sat, 27 Aug 2005 11:56:22 +0000 (11:56 +0000)]
- Implement update_diskio() on FreeBSD (it would not work on FreeBSD <= 4.x,
  maybe I will fix it later)
- Add tests for libdevstat to configure.in (needed by update_diskio())

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@217 7f574dfc-610e-0410-a909-a81674777703

18 years agoFix regression in get_diskio() (used to ignore valid disks)
Johannes Winkelmann [Sat, 27 Aug 2005 11:55:11 +0000 (11:55 +0000)]
Fix regression in get_diskio() (used to ignore valid disks)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@216 7f574dfc-610e-0410-a909-a81674777703

18 years agosmall fixes
Brenden Matthews [Sat, 27 Aug 2005 11:39:47 +0000 (11:39 +0000)]
small fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@215 7f574dfc-610e-0410-a909-a81674777703

18 years agoupdated Changelog, added two XSL stylesheets to for pretty tables of variables and...
Jason Tan [Sat, 27 Aug 2005 11:39:41 +0000 (11:39 +0000)]
updated Changelog, added two XSL stylesheets to for pretty tables of variables and configuration settings

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@214 7f574dfc-610e-0410-a909-a81674777703

18 years agomore fixes to new smp stuff, mainly in config parsing
Brenden Matthews [Sat, 27 Aug 2005 10:36:28 +0000 (10:36 +0000)]
more fixes to new smp stuff, mainly in config parsing

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@213 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support, should be the last commit (yeah right!)
Brenden Matthews [Sat, 27 Aug 2005 10:17:41 +0000 (10:17 +0000)]
smp support, should be the last commit (yeah right!)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@212 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support?
Brenden Matthews [Sat, 27 Aug 2005 10:10:31 +0000 (10:10 +0000)]
smp support?

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@211 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support?
Brenden Matthews [Sat, 27 Aug 2005 09:49:09 +0000 (09:49 +0000)]
smp support?

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@210 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support?
Brenden Matthews [Sat, 27 Aug 2005 09:43:28 +0000 (09:43 +0000)]
smp support?

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@209 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support?
Brenden Matthews [Sat, 27 Aug 2005 09:34:00 +0000 (09:34 +0000)]
smp support?

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@208 7f574dfc-610e-0410-a909-a81674777703

18 years agosmp support?
Brenden Matthews [Sat, 27 Aug 2005 09:29:24 +0000 (09:29 +0000)]
smp support?

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@207 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded docs for i8k stuff
Jason Tan [Sat, 27 Aug 2005 08:14:29 +0000 (08:14 +0000)]
added docs for i8k stuff

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@206 7f574dfc-610e-0410-a909-a81674777703

18 years agosmall fixes
Brenden Matthews [Sat, 27 Aug 2005 07:58:29 +0000 (07:58 +0000)]
small fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@205 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed memory leak in i8k, courtesy of brenden
Jason Tan [Sat, 27 Aug 2005 07:40:49 +0000 (07:40 +0000)]
fixed memory leak in i8k, courtesy of brenden

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@204 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded i8k insprion laptop monitoring, via /proc/i8k (third-party driver).
Jason Tan [Sat, 27 Aug 2005 07:15:44 +0000 (07:15 +0000)]
added i8k insprion laptop monitoring, via /proc/i8k (third-party driver).

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@203 7f574dfc-610e-0410-a909-a81674777703

18 years agooops..mem leak!
Brenden Matthews [Sat, 27 Aug 2005 06:02:45 +0000 (06:02 +0000)]
oops..mem leak!

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@202 7f574dfc-610e-0410-a909-a81674777703

18 years agoalignment fixes
Brenden Matthews [Sat, 27 Aug 2005 04:57:21 +0000 (04:57 +0000)]
alignment fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@201 7f574dfc-610e-0410-a909-a81674777703

18 years agoalignment fixes
Brenden Matthews [Sat, 27 Aug 2005 04:55:48 +0000 (04:55 +0000)]
alignment fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@200 7f574dfc-610e-0410-a909-a81674777703

18 years agoclarify credits for major number definitions
Johannes Winkelmann [Fri, 26 Aug 2005 22:52:02 +0000 (22:52 +0000)]
clarify credits for major number definitions

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@199 7f574dfc-610e-0410-a909-a81674777703

18 years agorecent linux kernels don't define certain major numbers; add them if not defined
Johannes Winkelmann [Fri, 26 Aug 2005 22:35:39 +0000 (22:35 +0000)]
recent linux kernels don't define certain major numbers; add them if not defined

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@198 7f574dfc-610e-0410-a909-a81674777703

18 years agoupdate my e-mail address
Johannes Winkelmann [Fri, 26 Aug 2005 22:19:00 +0000 (22:19 +0000)]
update my e-mail address

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@197 7f574dfc-610e-0410-a909-a81674777703

18 years agofix update_diskio() on linux: not all devices were counted before; ignore some virtua...
Johannes Winkelmann [Fri, 26 Aug 2005 22:15:04 +0000 (22:15 +0000)]
fix update_diskio() on linux: not all devices were counted before; ignore some virtual devices (LVM, network block devices, RAM disks, loopback)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@196 7f574dfc-610e-0410-a909-a81674777703

18 years ago * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
Brenden Matthews [Fri, 26 Aug 2005 16:29:56 +0000 (16:29 +0000)]
    * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
        * Diskio fixes (sf.net 1274140

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@195 7f574dfc-610e-0410-a909-a81674777703

18 years ago- Remove old cycles code from get_freq()
Roman Bogorodskiy [Fri, 26 Aug 2005 11:10:52 +0000 (11:10 +0000)]
- Remove old cycles code from get_freq()
- Copy get_freq_dynamic() and rdtsc() from linux.c to make $freq_dyn{_g} work

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@194 7f574dfc-610e-0410-a909-a81674777703

18 years agoFix typo and add empty update_diskis() (will be implemented a bit later) to
Roman Bogorodskiy [Fri, 26 Aug 2005 09:54:57 +0000 (09:54 +0000)]
Fix typo and add empty update_diskis() (will be implemented a bit later) to
fix build on FreeBSD after recent changes.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@193 7f574dfc-610e-0410-a909-a81674777703

18 years agosmall doc fix
Brenden Matthews [Fri, 26 Aug 2005 06:14:26 +0000 (06:14 +0000)]
small doc fix

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@192 7f574dfc-610e-0410-a909-a81674777703

18 years ago$head, mem leak fixes
Brenden Matthews [Fri, 26 Aug 2005 05:52:43 +0000 (05:52 +0000)]
$head, mem leak fixes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@191 7f574dfc-610e-0410-a909-a81674777703

18 years agoundo the disabling of double-buffer when using own_window. this doesn't play well...
Brenden Matthews [Fri, 26 Aug 2005 03:40:53 +0000 (03:40 +0000)]
undo the disabling of double-buffer when using own_window. this doesn't play well with gnome.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@190 7f574dfc-610e-0410-a909-a81674777703

18 years agodebian building now does it with everything enabled in ./configure
Jason Tan [Fri, 26 Aug 2005 03:39:47 +0000 (03:39 +0000)]
debian building now does it with everything enabled in ./configure

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@189 7f574dfc-610e-0410-a909-a81674777703

18 years ago$execibar and $execigraph were broken. thanks to GimmeFuel for the heads-up
Brenden Matthews [Fri, 26 Aug 2005 03:26:23 +0000 (03:26 +0000)]
$execibar and $execigraph were broken.  thanks to GimmeFuel for the heads-up

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@188 7f574dfc-610e-0410-a909-a81674777703

18 years agosmall fixes. the code feels sexy right now.
Brenden Matthews [Fri, 26 Aug 2005 02:52:54 +0000 (02:52 +0000)]
small fixes.  the code feels sexy right now.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@187 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded a script to build debian/ubuntu .deb, assuming nothing breaks in between
Jason Tan [Fri, 26 Aug 2005 02:26:54 +0000 (02:26 +0000)]
added a script to build debian/ubuntu .deb, assuming nothing breaks in between

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@186 7f574dfc-610e-0410-a909-a81674777703

18 years ago * More own_window fixes
Brenden Matthews [Fri, 26 Aug 2005 02:16:35 +0000 (02:16 +0000)]
    * More own_window fixes
        * applied disk io patch (sf.net patch 1271691)
        * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
        * removed units from $freq* output
        * fix for graph config parsing

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@185 7f574dfc-610e-0410-a909-a81674777703

18 years agofixed the 'can't find ~/.conkyrc bug.
Jason Tan [Fri, 26 Aug 2005 01:55:33 +0000 (01:55 +0000)]
fixed the 'can't find ~/.conkyrc bug.
' by checking that the file actually existed. if it didn't, then just used default_configuration

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@184 7f574dfc-610e-0410-a909-a81674777703

18 years agoown_window additions, such as background colour and transparency switch
Brenden Matthews [Thu, 25 Aug 2005 09:24:26 +0000 (09:24 +0000)]
own_window additions, such as background colour and transparency switch

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@183 7f574dfc-610e-0410-a909-a81674777703

18 years agoown_window was broken by alignment none patch
Brenden Matthews [Thu, 25 Aug 2005 07:54:53 +0000 (07:54 +0000)]
own_window was broken by alignment none patch

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@182 7f574dfc-610e-0410-a909-a81674777703

18 years agodouble-buffer should be on by default
Brenden Matthews [Thu, 25 Aug 2005 05:48:46 +0000 (05:48 +0000)]
double-buffer should be on by default

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@181 7f574dfc-610e-0410-a909-a81674777703

18 years agooops..forgot to remove a debug printf
Brenden Matthews [Thu, 25 Aug 2005 05:15:18 +0000 (05:15 +0000)]
oops..forgot to remove a debug printf

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@180 7f574dfc-610e-0410-a909-a81674777703

18 years agochanged verisioning number to match ubuntu standards
Jason Tan [Thu, 25 Aug 2005 04:26:29 +0000 (04:26 +0000)]
changed verisioning number to match ubuntu standards

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@179 7f574dfc-610e-0410-a909-a81674777703

18 years agoupdated todo; fixed scale for netgraphs (sf.net feature request 1256921); fixed small...
Brenden Matthews [Thu, 25 Aug 2005 04:00:55 +0000 (04:00 +0000)]
updated todo; fixed scale for netgraphs (sf.net feature request 1256921); fixed small bug in ebuild; doc updates.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@178 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded files to debian/ for deb. pkg. building
Jason Tan [Thu, 25 Aug 2005 02:08:15 +0000 (02:08 +0000)]
added files to debian/ for deb. pkg. building

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@177 7f574dfc-610e-0410-a909-a81674777703

18 years agoimplemented qsort() in top.c instead of using my lame algorithm
Brenden Matthews [Thu, 25 Aug 2005 01:13:01 +0000 (01:13 +0000)]
implemented qsort() in top.c instead of using my lame algorithm

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@176 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded jtan325 to AUTHORS, changed next release version to 1.3.0 (instead of 1.3)...
Jason Tan [Wed, 24 Aug 2005 23:03:17 +0000 (23:03 +0000)]
added jtan325 to AUTHORS, changed next release version to 1.3.0 (instead of 1.3) to match package standards

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@175 7f574dfc-610e-0410-a909-a81674777703

18 years agooops, last makefile update i swear
Brenden Matthews [Wed, 24 Aug 2005 21:32:06 +0000 (21:32 +0000)]
oops, last makefile update i swear

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@174 7f574dfc-610e-0410-a909-a81674777703

18 years agoUpdate my e-mail and test our shiny conky-commits maillist again. :)
Roman Bogorodskiy [Wed, 24 Aug 2005 21:17:00 +0000 (21:17 +0000)]
Update my e-mail and test our shiny conky-commits maillist again. :)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@173 7f574dfc-610e-0410-a909-a81674777703

18 years agomaillll
Brenden Matthews [Wed, 24 Aug 2005 21:11:21 +0000 (21:11 +0000)]
maillll

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@172 7f574dfc-610e-0410-a909-a81674777703

18 years agomakefiles
Brenden Matthews [Wed, 24 Aug 2005 21:05:08 +0000 (21:05 +0000)]
makefiles

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@171 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 20:59:00 +0000 (20:59 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@170 7f574dfc-610e-0410-a909-a81674777703

18 years agoMake get_freq() return float.
Roman Bogorodskiy [Wed, 24 Aug 2005 20:52:55 +0000 (20:52 +0000)]
Make get_freq() return float.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@168 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 20:50:30 +0000 (20:50 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@167 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 20:47:29 +0000 (20:47 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@166 7f574dfc-610e-0410-a909-a81674777703

18 years agochanged docgen.sh to no longer do gzipping, also replaces first line with something...
Jason Tan [Wed, 24 Aug 2005 20:42:15 +0000 (20:42 +0000)]
changed docgen.sh to no longer do gzipping, also replaces first line with something more manpage compatible

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@165 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 20:38:30 +0000 (20:38 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@164 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 20:35:25 +0000 (20:35 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@163 7f574dfc-610e-0410-a909-a81674777703

18 years agoIn BSD getopt we need to set variable "optreset" to 1 if we are going to call
Roman Bogorodskiy [Wed, 24 Aug 2005 12:05:47 +0000 (12:05 +0000)]
In BSD getopt we need to set variable "optreset" to 1 if we are going to call
getopt() for the second time.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@162 7f574dfc-610e-0410-a909-a81674777703

18 years agomaximum_width
Brenden Matthews [Wed, 24 Aug 2005 06:29:53 +0000 (06:29 +0000)]
maximum_width

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@161 7f574dfc-610e-0410-a909-a81674777703

18 years agomaximum_width
Brenden Matthews [Wed, 24 Aug 2005 06:21:50 +0000 (06:21 +0000)]
maximum_width

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@160 7f574dfc-610e-0410-a909-a81674777703

18 years ago- On FreeBSD, first try dev.cpu.0.freq sysctl (see cpufreq(4) for details)
Roman Bogorodskiy [Wed, 24 Aug 2005 05:33:10 +0000 (05:33 +0000)]
- On FreeBSD, first try dev.cpu.0.freq sysctl (see cpufreq(4) for details)
  to detect CPU frequency and only then do i386 magic
- Minor cleanup

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@159 7f574dfc-610e-0410-a909-a81674777703

18 years agodoc makefile
Brenden Matthews [Wed, 24 Aug 2005 01:05:27 +0000 (01:05 +0000)]
doc makefile

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@158 7f574dfc-610e-0410-a909-a81674777703

18 years agoremoved some doc things. they shouldn't be in cvs
Brenden Matthews [Tue, 23 Aug 2005 18:14:08 +0000 (18:14 +0000)]
removed some doc things.  they shouldn't be in cvs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@157 7f574dfc-610e-0410-a909-a81674777703

18 years agoFix build on FreeBSD.
Roman Bogorodskiy [Tue, 23 Aug 2005 06:10:25 +0000 (06:10 +0000)]
Fix build on FreeBSD.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@156 7f574dfc-610e-0410-a909-a81674777703

18 years ago$execibar $execigraph
Brenden Matthews [Tue, 23 Aug 2005 03:00:50 +0000 (03:00 +0000)]
$execibar $execigraph

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@155 7f574dfc-610e-0410-a909-a81674777703

18 years agoebuild
Brenden Matthews [Tue, 23 Aug 2005 01:10:50 +0000 (01:10 +0000)]
ebuild

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@154 7f574dfc-610e-0410-a909-a81674777703

18 years agoconfigure and makefile updates
Brenden Matthews [Mon, 22 Aug 2005 23:32:35 +0000 (23:32 +0000)]
configure and makefile updates

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@153 7f574dfc-610e-0410-a909-a81674777703

18 years agoadded clean for docs
Brenden Matthews [Mon, 22 Aug 2005 17:26:32 +0000 (17:26 +0000)]
added clean for docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@152 7f574dfc-610e-0410-a909-a81674777703

18 years agodocs
Brenden Matthews [Mon, 22 Aug 2005 17:19:00 +0000 (17:19 +0000)]
docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@151 7f574dfc-610e-0410-a909-a81674777703

18 years agodocs
Brenden Matthews [Mon, 22 Aug 2005 17:19:00 +0000 (17:19 +0000)]
docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@150 7f574dfc-610e-0410-a909-a81674777703

18 years agodocs
Brenden Matthews [Mon, 22 Aug 2005 17:08:55 +0000 (17:08 +0000)]
docs

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@149 7f574dfc-610e-0410-a909-a81674777703