blob: 32bd759f4ccf3c78aee191c81fc9137a1179dd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
, bgColor = "#000000"
, fgColor = "#00ff00"
, xPos = 0
, yPos = 0
, width = 200
, hight = 20
, align = "center"
, refresh = 10
, commands = [("date", ["+%d-%m-%Y %X"])]
, sepChar = "%"
, template = "<fc=#0000ff>%date%</fc>"
}
|