Merge remote-tracking branch 'origin/master' into pr-3151

# Conflicts:
#	include/modules/image.hpp
#	src/modules/image.cpp
This commit is contained in:
Alex
2026-07-04 00:51:52 +02:00
340 changed files with 19102 additions and 5498 deletions
+8 -1
View File
@@ -33,8 +33,10 @@ For single *image*
The width/height to render the image.
*interval*: ++
typeof: integer ++
typeof: integer or float ++
The interval (in seconds) to re-render the image. ++
If set to a positive value, the minimum is 0.001 (1ms). Values smaller than 1ms will be set to 1ms. ++
Zero or negative values are treated as "once". ++
This is useful if the contents of *path* changes. ++
If no *interval* is defined, the image will only be rendered once.
@@ -73,6 +75,11 @@ For single *image*
default: true ++
Option to enable tooltip on hover.
*expand*: ++
typeof: bool ++
default: false ++
Enables this module to consume all left over space dynamically.
# SCRIPT OUTPUT
Similar to the *custom* module, output values of the script are *newline* separated.