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