blob: b189aaf595bd47b1b7c25d7ea94b72d0454a9ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 HelloWorld
]
, sepChar = "%"
, template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>"
}
|