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