blob: 0875a0ece697e5d64c418f1208a77c61ae01c284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
style "default-font"
{
fontset = "-*-*-medium-r-normal-*-10-*-*-*-*-*-iso8859-15"
}
style "steps"
{
fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15"
}
style "logo" = "background"
{
# no background image
engine "pixmap" { image { function = FLAT_BOX } }
}
style "stepsReachable"
{
}
widget "*" style "default-font"
widget "*Steps*" style "steps"
widget "*StepsReachable*" style "stepsReachable"
widget "*logo*" style "logo"
|