1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-27 20:59:01 +00:00

Fix table formatting.

This commit is contained in:
Brenden Matthews 2022-10-12 11:49:53 -05:00 committed by Brenden Matthews
parent 8af8c8f68e
commit 29b808c706

View File

@ -2145,12 +2145,12 @@ values:
The following list shows sample usage of the templates defined above,
with the equivalent syntax when not using any template at all:
Using template Same without template
--------------------------------------------- ------------------------------------------
${template0 node name} $nodename
${template1 root /} root: ${fs_free /} / ${fs_size /}
${template1 ${template2 disk root} /} disk root: ${fs_free /} / ${fs_size /}
--------------------------------------------- ------------------------------------------
| Using template | Same without template |
|-----------------------------------------------|--------------------------------------------|
| `${template0 node name}` | `$nodename` |
| `${template1 root /}` | `root: ${fs_free /} / ${fs_size /}` |
| `${template1 ${template2 disk root} /}` | `disk root: ${fs_free /} / ${fs_size /}` |
| --------------------------------------------- | ------------------------------------------ |
args:
- (arg1)
- (arg2)