1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 10:05:22 +00:00
conky/src
Phil ce5eb880e7 add support for template objects
Basically you can define a template like this:

| template0 \1:\n   ${fs_free \2} / ${fs_used \2}

and use it later like this:

| ${template0 root /}
| ${template0 boot /boot}

which is exactly the same as the following:

| root:
|    ${fs_free /} / ${fs_used /}
| boot:
|    ${fs_free /boot} / ${fs_used /boot}

hope you like it, I do already. :)


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1270 7f574dfc-610e-0410-a909-a81674777703
2008-11-29 01:34:54 +00:00
..
audacious.c Re-arranged some if statements to reduce redundancy 2008-06-21 09:25:37 +00:00
audacious.h move audacious defs into header 2008-06-16 19:40:28 +00:00
bmpx.c Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
bmpx.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
build.h.in - Comment out NetBSD/SanOS garbage 2006-08-12 06:10:18 +00:00
common.c * Introduced (buggy) support for IMAP IDLE 2008-09-24 06:59:45 +00:00
common.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
conky.c add support for template objects 2008-11-29 01:34:54 +00:00
conky.h * Introduced (buggy) support for IMAP IDLE 2008-09-24 06:59:45 +00:00
diskio.c Moved global diskio variables into info 2008-06-19 19:58:07 +00:00
diskio.h doc cleanup 2008-03-31 04:56:39 +00:00
eve.c fix missing include 2008-07-15 01:05:37 +00:00
eve.h Proper indenting for eve-code, made a define of the default netdev, and moved some defines to configure.ac.in 2008-07-12 01:22:40 +00:00
freebsd.c - Use u_int instead of unsigned long for storing 2008-07-06 09:25:28 +00:00
freebsd.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
fs.c * Applied OpenBSD patches 2008-10-08 11:41:16 +00:00
fs.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
hddtemp.c * Improved hddtemp support 2008-09-11 03:21:39 +00:00
hddtemp.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
libmpdclient.c Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
libmpdclient.h make diskio accept devices starting with "/dev/" 2008-03-31 03:51:29 +00:00
libtcp-portmon.c removed gnulib completely. use a simple getnameinfo function check for --enable-portmon. 2008-07-07 20:09:37 +00:00
libtcp-portmon.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
linux.c * Fixed bug with freq_dyn on x86_64 (thanks Miroslav) 2008-09-08 04:48:13 +00:00
linux.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
mail.c Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
mail.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
Makefile.am add openbsd.h to EXTRA_DIST 2008-10-01 18:12:02 +00:00
mboxscan.c Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
mboxscan.h doc cleanup 2008-03-31 04:56:39 +00:00
mixer.c remove quality debugging code 2008-09-29 01:38:57 +00:00
mixer.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
moc.c add $Id$ to moc stuff 2008-09-24 20:56:09 +00:00
moc.h add $Id$ to moc stuff 2008-09-24 20:56:09 +00:00
mpd.c * Added $if_mpd_playing patch (thanks tarpman) 2008-10-08 11:44:27 +00:00
mpd.h * Added $if_mpd_playing patch (thanks tarpman) 2008-10-08 11:44:27 +00:00
netbsd.c Merge with conky1-extra, Changelog contains the changes 2008-06-21 20:37:58 +00:00
netbsd.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
nvidia.c * Fixed bug with freq_dyn on x86_64 (thanks Miroslav) 2008-09-08 04:48:13 +00:00
nvidia.h little simplification and improvement of $nvidia 2008-08-03 13:27:00 +00:00
openbsd.c * Applied OpenBSD patches 2008-10-08 11:41:16 +00:00
openbsd.h * Applied OpenBSD patches 2008-10-08 11:41:16 +00:00
prss.c Fixed compilation issues with --enable-testing 2008-06-19 06:17:53 +00:00
prss.h Reformatted all code 2008-02-20 20:30:45 +00:00
rss.c Fixed compilation issues with --enable-testing 2008-06-19 06:17:53 +00:00
rss.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
smapi.c Removed all trailing whitespace 2008-06-15 18:38:33 +00:00
smapi.h Removed all trailing whitespace 2008-06-15 18:38:33 +00:00
solaris.c doc cleanup 2008-03-31 04:56:39 +00:00
timed_thread.c improving IMAP IDLE support 2008-09-25 03:11:24 +00:00
timed_thread.h improving IMAP IDLE support 2008-09-25 03:11:24 +00:00
top.c 'inline' removed from functions that are called from different files 2008-06-21 14:18:44 +00:00
top.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
users.c magic nums to defines and don't check ut_name and ut_line length because it can't be larger then UT_NAMESIZE and UT_LINESIZE 2008-06-17 20:44:06 +00:00
x11.c made defines of some literal values and defines to configure.ac.in 2008-07-12 10:25:05 +00:00
x11.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00
xmms2.c made defines of some literal values and defines to configure.ac.in 2008-07-12 10:25:05 +00:00
xmms2.h Split conky.h into several smaller header files 2008-06-14 18:41:12 +00:00