From 997e13706b7a467c96c78facb27fda76ba2782c3 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Sat, 29 Nov 2014 22:48:52 +0300 Subject: [PATCH] add comments to template --- sources/ext-sysmon/scripts/script-template.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sources/ext-sysmon/scripts/script-template.desktop b/sources/ext-sysmon/scripts/script-template.desktop index 746ac0f..43a26a5 100644 --- a/sources/ext-sysmon/scripts/script-template.desktop +++ b/sources/ext-sysmon/scripts/script-template.desktop @@ -2,9 +2,17 @@ Encoding=UTF-8 Name=aw-script-template Comment=Template for external script +# path to command Exec=/path/to/some/command +# usually you need to leave this field blank +# use this field to setup script language for example X-AW-Prefix=/prefix/to/command/if/required +# is the script active. true or false X-AW-Active=false +# is the script has output. true or false X-AW-Output=false +# use redirect for the script +# stderr2stdout, nothing, stdout2stderr X-AW-Redirect=nothing +# update interval in default AW intervals X-AW-Interval=1