1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/src
Caleb Spare c7fa36a5f2 $memwithbuffers object and bar (sf.net #2954143)
I've added $memwithbuffers to complement $mem, $memeasyfree, etc. This
variable indicates the used system memory, regardless of buffers/caches. If
the "no_buffers" option is set to "no", it will be the same as $mem. The
reason I find this change useful is that I like to display both the total
used system memory and the memory being used by applications.

I've also included a memwithbuffersbar, which is the same as membar except
that it uses $memwithbuffers as the size instead of $mem.

Signed-off-by: Pavel Labath <pavelo@centrum.sk>
2010-02-18 18:32:25 +01:00
..
algebra.cc Fix memleak in if_match 2010-02-17 20:26:50 +01:00
algebra.h Try to make $if_match better handle stranger inputs 2010-02-17 19:44:02 +01:00
apcupsd.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
apcupsd.h cleanup apcupsd a bit, fix some whitespace errors 2009-12-17 23:07:15 +01:00
audacious.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
audacious.h Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
bmpx.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
bmpx.h Update copyright notices. 2010-01-01 15:46:17 -08:00
bsdapm.cc Make sure that bsdapm.cc compiles in FreeBSD 2010-02-14 15:36:22 +01:00
bsdapm.h Make sure bsdapm functions can be reached 2010-02-14 21:22:31 +01:00
build.h.in
ccurl_thread.cc If we want a function to change the object, we need to pass it by reference 2010-01-07 19:50:00 +01:00
ccurl_thread.h Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
CMakeLists.txt cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
colours.cc Use consistent naming for build option macros. 2010-01-06 18:39:44 -08:00
colours.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
combine.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
combine.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
common.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
common.h $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
conf_cookie.c Update copyright notices. 2010-01-01 15:46:17 -08:00
conf_cookie.h Switch some more bits to C++, more CMake changes. 2009-12-09 20:05:32 -08:00
conky.cc Fix current_mail_spool memleak 2010-02-18 01:25:32 +01:00
conky.h $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
core.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
core.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
diskio.cc Use consistent naming for build option macros. 2010-01-06 18:39:44 -08:00
diskio.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
entropy.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
entropy.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
eve.cc cpp-ify eve.c 2010-02-09 23:12:10 +01:00
eve.h Use consistent naming for build option macros. 2010-01-06 18:39:44 -08:00
exec.cc new should be combined with delete instead of free (to stop valgrind from complaining) 2010-02-11 14:44:15 +01:00
exec.h Implements texecpi variable 2010-02-07 10:29:43 +01:00
fonts.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
fonts.h Use consistent naming for build option macros. 2010-01-06 18:39:44 -08:00
freebsd.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
freebsd.h Fix multiple definitions when building in FreeBSD 2010-02-14 22:58:02 +01:00
fs.cc Make sure that fs.cc compiles in FreeBSD 2010-02-14 15:09:12 +01:00
fs.h C++ conversions WIP. 2010-01-04 19:21:12 -08:00
hddtemp.cc Fix "off-by-one" bug in hddtemp found by valgrind 2010-01-15 23:41:04 +01:00
hddtemp.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
i8k.cc C++ conversions WIP. 2010-01-04 19:21:12 -08:00
i8k.h C++ conversions WIP. 2010-01-04 19:21:12 -08:00
ibm.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
ibm.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
iconv_tools.cc cpp-ify iconv_tools.c 2010-02-09 22:34:24 +01:00
iconv_tools.h cpp-ify iconv_tools.c 2010-02-09 22:34:24 +01:00
imlib2.cc make imlib2.c a C++ source, as it uses the C++ symbol 'to_real_path()' 2010-01-10 22:04:15 +01:00
imlib2.h make imlib2.c a C++ source, as it uses the C++ symbol 'to_real_path()' 2010-01-10 22:04:15 +01:00
libmpdclient.cc Added AF_UNIX socket support. 2010-02-17 09:32:54 -08:00
libmpdclient.h Switch some more bits to C++, more CMake changes. 2009-12-09 20:05:32 -08:00
libtcp-portmon.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
libtcp-portmon.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
linux.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
linux.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
llua.cc An attempt at making lua bindings work 2010-01-11 00:35:22 +01:00
llua.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
logging.h Fix current_mail_spool memleak 2010-02-18 01:25:32 +01:00
mail.cc Fix minor memory leak in mail.cc (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566524) 2010-01-24 22:15:52 +01:00
mail.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
mboxscan.cc Add missing memory header needed by std::unique_ptr 2010-02-09 17:43:56 +01:00
mboxscan.h cpp-ify mboxscan.c 2010-02-09 01:49:51 +01:00
mixer.cc Fix wrong mixer values on some systems (thanks hoffa) 2010-02-12 17:03:25 +01:00
mixer.h C++ conversions WIP. 2010-01-04 19:21:12 -08:00
moc.cc Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
moc.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
mpd.cc Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
mpd.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
net_stat.cc An attempt at making wifi work 2010-01-11 01:13:42 +01:00
net_stat.h An attempt at making wifi work 2010-01-11 01:13:42 +01:00
netbsd.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
netbsd.h Switch some more bits to C++, more CMake changes. 2009-12-09 20:05:32 -08:00
nvidia.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
nvidia.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
openbsd.cc $memwithbuffers object and bar (sf.net #2954143) 2010-02-18 18:32:25 +01:00
openbsd.h Switch some more bits to C++, more CMake changes. 2009-12-09 20:05:32 -08:00
prioqueue.c introduce a generic priority queue implementation 2009-12-13 17:10:45 +01:00
prioqueue.h C++ conversions WIP. 2010-01-04 19:21:12 -08:00
proc.cc Add missing memory header needed by std::unique_ptr 2010-02-09 17:43:56 +01:00
proc.h Update copyright notices. 2010-01-01 15:46:17 -08:00
prss.cc cpp-ify prss.c 2010-02-09 15:24:58 +01:00
prss.h cpp-ify prss.c 2010-02-09 15:24:58 +01:00
read_tcp.cc cpp-ify read_tcp.c 2010-02-09 02:02:00 +01:00
read_tcp.h cpp-ify read_tcp.c 2010-02-09 02:02:00 +01:00
rss.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
rss.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
scroll.cc Add support for scrolling in the other direction 2010-02-17 17:49:03 +01:00
scroll.h Fix 3 memleaks that happen when scroll receives wrong args 2010-02-15 16:02:29 +01:00
smapi.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
smapi.h fix smapi move to C++ 2010-01-10 22:06:01 +01:00
solaris.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
sony.cc cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
sony.h Update copyright notices. 2010-01-01 15:46:17 -08:00
specials.cc Fix building in ncurses 2010-02-16 17:00:33 +01:00
specials.h Fix last memleaks in scroll 2010-02-16 15:45:32 +01:00
tailhead.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
tailhead.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
tcp-portmon.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
tcp-portmon.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
temphelper.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
temphelper.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
template.cc cpp-ify template.c 2010-02-09 00:28:33 +01:00
template.h cpp-ify template.c 2010-02-09 00:28:33 +01:00
text_object.cc Fix `ISO C++ forbids variable length array' errors with maintainer mode enabled 2010-02-09 15:54:55 +01:00
text_object.h Combine print_texeci and print_execi as much as possible 2010-02-10 21:23:21 +01:00
timed-thread.cc Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
timed-thread.h Make timed-thread a lib, rename files. 2010-01-13 10:52:54 -08:00
timeinfo.cc Fix `ISO C++ forbids variable length array' errors with maintainer mode enabled 2010-02-09 15:54:55 +01:00
timeinfo.h cpp-ify timeinfo.c 2010-02-09 02:24:41 +01:00
top.cc Unbreak weather and iostats 2010-01-07 19:14:53 +01:00
top.h Unbreak weather and iostats 2010-01-07 19:14:53 +01:00
user.cc Add missing memory header needed by std::unique_ptr 2010-02-09 17:43:56 +01:00
user.h cpp-ify a lot of files 2010-02-09 13:11:56 +01:00
users.cc Update modelines and stuff. 2010-01-06 19:45:19 -08:00
users.h Update modelines and stuff. 2010-01-06 19:45:19 -08:00
weather.cc Make weather.cc more c++-ish (and get rid of a leak in the process) 2010-01-13 13:59:24 +01:00
weather.h Make weather.cc more c++-ish (and get rid of a leak in the process) 2010-01-13 13:59:24 +01:00
x11.cc Fix compilation without --enable-argb 2010-02-03 22:42:19 +01:00
x11.h Fix compilation without --enable-argb 2010-02-03 22:42:19 +01:00
xmms2.cc cpp-ify xmms2.c 2010-02-09 13:38:12 +01:00
xmms2.h Fixes $xmms2_percent and a couple other build fixes. 2010-01-02 11:50:53 -08:00