Merge pull request #3395 from RobertMueller2/issue_33341

add hide-empty-text option to hide module whenever output is empty but format is not
This commit is contained in:
Alexis Rouillard
2024-07-01 09:20:56 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@ Addressed by *custom/<name>*
The path to a script, which determines if the script in *exec* should be executed. ++
*exec* will be executed if the exit code of *exec-if* equals 0.
*hide-empty-text*: ++
typeof: bool ++
Disables the module when output is empty, but format might contain additional static content.
*exec-on-event*: ++
typeof: bool ++
default: true ++