blob: 4dfc0829e2329e784a2ee2ca1f7adf3cef96e724 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, bgColor = "#000000"
, fgColor = "#BFBFBF"
, position = Top
, align = "right"
, commands = [ Run Cpu [] 10
, Run Weather "LIPB" [] 36000
, Run HelloWorld
]
, sepChar = "%"
, template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>"
}
|