1
2
3
4
5
6
7
8
9
10
11
12
13
|
Config { fonts = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, bgColor = "#000000"
, fgColor = "#BFBFBF"
, xPos = 0
, yPos = 0
, width = 1024
, hight = 15
, align = "right"
, refresh = 10
, commands = [("xmb-weather", 36000, ["EGXD"]), ("xmb-net", 10, ["eth1"])]
, sepChar = "%"
, template = "%xmb-cpu% %xmb-mem% %xmb-net% | %xmb-weather% | <fc=#ee9a00>%date%</fc>"
}
|