mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 01:57: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,
|
The following list shows sample usage of the templates defined above,
|
||||||
with the equivalent syntax when not using any template at all:
|
with the equivalent syntax when not using any template at all:
|
||||||
|
|
||||||
Using template Same without template
|
| Using template | Same without template |
|
||||||
--------------------------------------------- ------------------------------------------
|
|-----------------------------------------------|--------------------------------------------|
|
||||||
${template0 node name} $nodename
|
| `${template0 node name}` | `$nodename` |
|
||||||
${template1 root /} root: ${fs_free /} / ${fs_size /}
|
| `${template1 root /}` | `root: ${fs_free /} / ${fs_size /}` |
|
||||||
${template1 ${template2 disk root} /} disk root: ${fs_free /} / ${fs_size /}
|
| `${template1 ${template2 disk root} /}` | `disk root: ${fs_free /} / ${fs_size /}` |
|
||||||
--------------------------------------------- ------------------------------------------
|
| --------------------------------------------- | ------------------------------------------ |
|
||||||
args:
|
args:
|
||||||
- (arg1)
|
- (arg1)
|
||||||
- (arg2)
|
- (arg2)
|
||||||
|
Loading…
Reference in New Issue
Block a user