1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 18:18:39 +00:00
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
..
2008-06-16 19:40:28 +00:00
2006-08-12 06:10:18 +00:00
2008-11-29 01:34:54 +00:00
2008-03-31 04:56:39 +00:00
2008-07-15 01:05:37 +00:00
2008-10-08 11:41:16 +00:00
2008-09-11 03:21:39 +00:00
2008-10-01 18:12:02 +00:00
2008-03-31 04:56:39 +00:00
2008-09-29 01:38:57 +00:00
2008-09-24 20:56:09 +00:00
2008-09-24 20:56:09 +00:00
2008-10-08 11:41:16 +00:00
2008-10-08 11:41:16 +00:00
2008-02-20 20:30:45 +00:00
2008-06-15 18:38:33 +00:00
2008-06-15 18:38:33 +00:00
2008-03-31 04:56:39 +00:00
2008-09-25 03:11:24 +00:00
2008-09-25 03:11:24 +00:00