summaryrefslogtreecommitdiffhomepage
path: root/Plugins/helloworld.config
blob: 1cf39633945a29fd152980868dc6ca204c5e56ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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%"
       }