summaryrefslogtreecommitdiffhomepage
path: root/Plugins/helloworld.config
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/helloworld.config')
-rw-r--r--Plugins/helloworld.config17
1 files changed, 17 insertions, 0 deletions
diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config
new file mode 100644
index 0000000..1cf3963
--- /dev/null
+++ b/Plugins/helloworld.config
@@ -0,0 +1,17 @@
+Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
+ , bgColor = "#000000"
+ , fgColor = "#BFBFBF"
+ , xPos = 0
+ , yPos = 0
+ , width = 1024
+ , height = 15
+ , align = "right"
+ , refresh = 10
+ , commands = [ Run Cpu [] 10
+ , Run Weather "LIPB" [] 36000
+ , Run Battery [] 10
+ , Run HelloWorld
+ ]
+ , sepChar = "%"
+ , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc> | %battery%"
+ }