From 9389c8d85495c632af76862710e7d194934d544f Mon Sep 17 00:00:00 2001 From: Alan-Kuan Date: Fri, 21 Apr 2023 16:51:04 +0800 Subject: [PATCH] chore: update manual of the image modle --- man/waybar-image.5.scd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man/waybar-image.5.scd b/man/waybar-image.5.scd index 09e871e..d47dba3 100644 --- a/man/waybar-image.5.scd +++ b/man/waybar-image.5.scd @@ -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 ```