chore: update manual of the image modle
parent
6a17139423
commit
9389c8d854
|
@ -57,6 +57,20 @@ The *image* module displays an image from a path.
|
||||||
typeof: double ++
|
typeof: double ++
|
||||||
Threshold to be used when scrolling.
|
Threshold to be used when scrolling.
|
||||||
|
|
||||||
|
*tooltip*: ++
|
||||||
|
typeof: bool ++
|
||||||
|
default: true ++
|
||||||
|
Option to enable tooltip on hover.
|
||||||
|
|
||||||
|
# SCRIPT OUTPUT
|
||||||
|
|
||||||
|
Similar to the *custom* module, output values of the script is *newline* separated.
|
||||||
|
The following is the output format:
|
||||||
|
|
||||||
|
```
|
||||||
|
$path\\n$tooltip
|
||||||
|
```
|
||||||
|
|
||||||
# EXAMPLES
|
# EXAMPLES
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue