mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
some intermediate commit
This commit is contained in:
15
sources/ext-sysmon/scripts/aw-script-template.conf
Normal file
15
sources/ext-sysmon/scripts/aw-script-template.conf
Normal file
@ -0,0 +1,15 @@
|
||||
# is this script is active?
|
||||
ACTIVE=false
|
||||
# update interval in default plasmoid interval
|
||||
INTERVAL=1
|
||||
# does this script have output?
|
||||
# set to 'false' if it is an action and will not show in the plasmoid
|
||||
OUTPUT=true
|
||||
# prefix to run this script. Usually this field should be blank,
|
||||
# but you may want to set command (e.g. script language) directly
|
||||
PREFIX=
|
||||
# redirect output streams
|
||||
# -1: stdout to stderr
|
||||
# 0: do nothing
|
||||
# 1: stderr to stdout
|
||||
REDIRECT=0
|
Reference in New Issue
Block a user