mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-29 18:18:39 +00:00
ce5eb880e7
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