summaryrefslogtreecommitdiffhomepage
path: root/Plugins/helloworld.config
blob: c847d8ee0edf0e6a90ad52397d50467535001d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
       , bgColor = "#000000"
       , fgColor = "#BFBFBF"
       , xPos = 0
       , yPos = 0
       , width = 1024
       , height = 15
       , align = "right"
       , commands = [ Run Cpu [] 10
                    , Run Weather "LIPB" [] 36000
                    , Run HelloWorld
                    ]
       , sepChar = "%"
       , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>"
       }