1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-03 07:29:10 +00:00
Commit Graph

81 Commits

Author SHA1 Message Date
Brenden Matthews
f827842abf fixed small prob with memory stuff being wrong
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@391 7f574dfc-610e-0410-a909-a81674777703
2005-11-11 05:28:20 +00:00
Brenden Matthews
cfb93cb417 fixed some mem leaks
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@387 7f574dfc-610e-0410-a909-a81674777703
2005-11-10 04:19:43 +00:00
Brenden Matthews
88716cfe44 bug 1331576?
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@378 7f574dfc-610e-0410-a909-a81674777703
2005-11-09 00:33:32 +00:00
Brenden Matthews
a5486b0339 acpi bug
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@354 7f574dfc-610e-0410-a909-a81674777703
2005-10-22 01:13:39 +00:00
Brenden Matthews
e58168e6ae fix for bug 1328444?
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@353 7f574dfc-610e-0410-a909-a81674777703
2005-10-18 00:54:51 +00:00
Johannes Winkelmann
ce4572300e fix buffer size in open_i2c_sensor (get_first_file_in_a_directory expects a 256 char buffer)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@346 7f574dfc-610e-0410-a909-a81674777703
2005-10-15 16:20:25 +00:00
Brenden Matthews
d16191c0ed conky 1.3.2
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@344 7f574dfc-610e-0410-a909-a81674777703
2005-10-14 00:16:01 +00:00
Brenden Matthews
2bcf320886 oops, we can use sys/param.h instead
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@341 7f574dfc-610e-0410-a909-a81674777703
2005-10-01 01:01:08 +00:00
Brenden Matthews
ccc0d9cb91 linkstatus patch
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@340 7f574dfc-610e-0410-a909-a81674777703
2005-10-01 00:59:50 +00:00
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
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
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
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
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
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
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
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
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
Brenden Matthews
cdb2b0d388 * 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
2005-08-26 02:16:35 +00:00
Brenden Matthews
0732d1c4f3 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
2005-08-25 01:13:01 +00:00
Brenden Matthews
c85fa7a089 doc makefile
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@163 7f574dfc-610e-0410-a909-a81674777703
2005-08-24 20:35:25 +00:00
Brenden Matthews
e5893c4329 moved stuff
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@130 7f574dfc-610e-0410-a909-a81674777703
2005-08-21 22:10:54 +00:00