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
Brenden Matthews
7542bd4123
alignment fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@200 7f574dfc-610e-0410-a909-a81674777703
2005-08-27 04:55:48 +00:00
Johannes Winkelmann
1ce64d3681
clarify credits for major number definitions
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@199 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 22:52:02 +00:00
Johannes Winkelmann
dc6ac8edaf
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
2005-08-26 22:35:39 +00:00
Johannes Winkelmann
c74fadac6c
update my e-mail address
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@197 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 22:19:00 +00:00
Johannes Winkelmann
c02d7bc18a
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
2005-08-26 22:15:04 +00:00
Brenden Matthews
bdfab6b089
* 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
2005-08-26 16:29:56 +00:00
Roman Bogorodskiy
dd9eed5114
- 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
2005-08-26 11:10:52 +00:00
Roman Bogorodskiy
2e94decbf1
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
2005-08-26 09:54:57 +00:00
Brenden Matthews
794439ae3f
small doc fix
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@192 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 06:14:26 +00:00
Brenden Matthews
7f3c89f993
$head, mem leak fixes
...
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@191 7f574dfc-610e-0410-a909-a81674777703
2005-08-26 05:52:43 +00:00
Brenden Matthews
b61eac4b0f
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
2005-08-26 03:40:53 +00:00
Jason Tan
b179e811e8
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
2005-08-26 03:39:47 +00:00
Brenden Matthews
2210a8459f
$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
2005-08-26 03:26:23 +00:00
Brenden Matthews
940c63233f
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
2005-08-26 02:52:54 +00:00
Jason Tan
eb6b308cb9
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
2005-08-26 02:26:54 +00:00