Brenden Matthews
94312d3f66
some small misc bug fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@272 7f574dfc-610e-0410-a909-a81674777703
2005-09-05 02:09:31 +00:00
Brenden Matthews
471fcabc90
fixed graph width issue
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@262 7f574dfc-610e-0410-a909-a81674777703
2005-09-04 03:43:18 +00:00
Roman Bogorodskiy
d1c038f7ba
Final stage of s/ == xyes/ = xyes/.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@259 7f574dfc-610e-0410-a909-a81674777703
2005-09-02 14:17:31 +00:00
Johannes Winkelmann
5e2646e70f
- 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
2005-08-31 23:18:54 +00:00
Brenden Matthews
b955f4e99a
fix for docs stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@256 7f574dfc-610e-0410-a909-a81674777703
2005-08-31 06:48:38 +00:00
Brenden Matthews
eeed94abf8
fix for docs stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@255 7f574dfc-610e-0410-a909-a81674777703
2005-08-31 06:48:00 +00:00
Brenden Matthews
0777a2d34d
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
2005-08-31 05:47:25 +00:00
Roman Bogorodskiy
d2310dccd5
- 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
2005-08-31 05:20:10 +00:00
Johannes Winkelmann
4ee616c528
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
2005-08-30 19:13:01 +00:00
Roman Bogorodskiy
6ff47b6101
Fix memory leak in update_diskio().
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@246 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 17:32:58 +00:00
Johannes Winkelmann
5856598c6b
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
2005-08-30 14:59:37 +00:00
Roman Bogorodskiy
46ac6b392a
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
2005-08-30 12:27:48 +00:00
Roman Bogorodskiy
e425061a2c
Polish X11 detection code a bit.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@243 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 08:44:07 +00:00
Roman Bogorodskiy
1094dcdc54
Document recently added apm_* objects.
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@242 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 07:11:01 +00:00
Roman Bogorodskiy
75032800b1
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
2005-08-30 04:19:16 +00:00
Jason Tan
cf39637f72
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
2005-08-30 02:45:09 +00:00
Brenden Matthews
e0f010f9c0
fixed x11.c issue
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@239 7f574dfc-610e-0410-a909-a81674777703
2005-08-30 00:22:55 +00:00
Roman Bogorodskiy
5e2ba4e97c
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
2005-08-29 19:56:24 +00:00
Roman Bogorodskiy
00d0e162cc
- 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
2005-08-29 19:39:35 +00:00
Brenden Matthews
7b33986b3c
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
2005-08-29 17:06:31 +00:00
Jason Tan
93d9e8c7b1
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
2005-08-29 16:52:54 +00:00
Jason Tan
0159b41637
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
2005-08-29 16:49:09 +00:00
Roman Bogorodskiy
526f99e1aa
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
2005-08-29 10:29:31 +00:00
Jason Tan
895acd9c2c
sorry, testing this again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@231 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 22:25:31 +00:00
Jason Tan
6b6e8f9c3a
testing the cvs email diff thing
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@229 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 22:22:12 +00:00
Brenden Matthews
8c1d5ea989
syncmail test, again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@228 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:38:20 +00:00
Brenden Matthews
cbf108377b
syncmail test, again
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@226 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:29:49 +00:00
Brenden Matthews
7d9bdd9356
syncmail test
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@224 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:20:54 +00:00
Brenden Matthews
09f2394410
small doc changes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@222 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 21:15:33 +00:00
Jason Tan
1a8fe3f513
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
2005-08-27 21:04:37 +00:00
Johannes Winkelmann
0727d1e50d
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
2005-08-27 14:55:10 +00:00
Roman Bogorodskiy
2c8acab933
- 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
2005-08-27 14:14:34 +00:00
Roman Bogorodskiy
c336133dea
- 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
2005-08-27 12:59:46 +00:00
Roman Bogorodskiy
313ef55c14
- 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
2005-08-27 11:56:22 +00:00
Johannes Winkelmann
67a9e3b5e5
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
2005-08-27 11:55:11 +00:00
Brenden Matthews
ad781663f6
small fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@215 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 11:39:47 +00:00
Jason Tan
7986773643
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
2005-08-27 11:39:41 +00:00
Brenden Matthews
52b2d75fad
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
2005-08-27 10:36:28 +00:00
Brenden Matthews
e93155d26b
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
2005-08-27 10:17:41 +00:00
Brenden Matthews
e3f5429f9d
smp support?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@211 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 10:10:31 +00:00
Brenden Matthews
af6435c957
smp support?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@210 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 09:49:09 +00:00
Brenden Matthews
22d6007f79
smp support?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@209 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 09:43:28 +00:00
Brenden Matthews
46193ed06c
smp support?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@208 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 09:34:00 +00:00
Brenden Matthews
5a179ffde2
smp support?
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@207 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 09:29:24 +00:00
Jason Tan
8d30811f6f
added docs for i8k stuff
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@206 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 08:14:29 +00:00
Brenden Matthews
c1330e5693
small fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@205 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 07:58:29 +00:00
Jason Tan
9b1ec59cb3
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
2005-08-27 07:40:49 +00:00
Jason Tan
d0325837d5
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
2005-08-27 07:15:44 +00:00
Brenden Matthews
e1a20e83d5
oops..mem leak!
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@202 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 06:02:45 +00:00
Brenden Matthews
8b1611f7ac
alignment fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@201 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 04:57:21 +00:00