mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
Fix table formatting.
This commit is contained in:
parent
8af8c8f68e
commit
29b808c706
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user