Merge pull request #2128 from Alan-Kuan/image-tooltip

Image tooltip
This commit is contained in:
Alexis Rouillard
2023-07-04 22:40:04 +02:00
committed by GitHub
3 changed files with 39 additions and 3 deletions

View File

@ -57,6 +57,20 @@ The *image* module displays an image from a path.
typeof: double ++
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
```