mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
some intermediate commit
This commit is contained in:
3
sources/ext-sysmon/scripts/aw-get-external-ip
Normal file
3
sources/ext-sysmon/scripts/aw-get-external-ip
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
curl ip4.telize.com
|
5
sources/ext-sysmon/scripts/aw-get-external-ip.conf
Normal file
5
sources/ext-sysmon/scripts/aw-get-external-ip.conf
Normal file
@ -0,0 +1,5 @@
|
||||
ACTIVE=true
|
||||
INTERVAL=1
|
||||
PREFIX=
|
||||
OUTPUT=true
|
||||
REDIRECT=0
|
3
sources/ext-sysmon/scripts/aw-script-template
Normal file
3
sources/ext-sysmon/scripts/aw-script-template
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
print ("Hello the f$%king world!")
|
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