~dhavlicek/awn-extras/dhavlicek

« back to all changes in this revision

Viewing changes to src/pynot-rgba/pynot-rgba.schema-ini

  • Committer: Dave Havlicek
  • Date: 2009-01-30 17:54:50 UTC
  • Revision ID: dhavlicek@info.com-20090130175450-atwey8hvr872b0tg
dhavlicek bugfix branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT/BG_COLOR]
 
2
type = string
 
3
default = 0x0070E0
 
4
description = The background color
 
5
 
 
6
[DEFAULT/FG_COLOR]
 
7
type = string
 
8
default = 0x0070E0
 
9
description = The foreground color
 
10
 
 
11
[DEFAULT/CUSTOM_Y]
 
12
type = int
 
13
default = 10
 
14
description = Offset from bottom of screen
 
15
 
 
16
[DEFAULT/HIGH]
 
17
type = int
 
18
default = 2
 
19
description = Number of icons in a column
 
20
 
 
21
[DEFAULT/BORDER]
 
22
type = int
 
23
default = 0
 
24
description = Whether or not to draw rounded borders
 
25
 
 
26
[DEFAULT/TRANS]
 
27
type = int
 
28
default = 0
 
29
description = Transparency of background colour.
 
30
 
 
31
[DEFAULT/TRANS2]
 
32
type = int
 
33
default = 65535
 
34
description = Transparency of foreground colour.
 
35
 
 
36
[DEFAULT/ZEROPID]
 
37
type = int
 
38
default = 0
 
39
description = Whether or not to hide icons from PID of 0
 
40
 
 
41
[DEFAULT/USEIM]
 
42
type = int
 
43
default = 0
 
44
description = Whether or not to use a background image
 
45
 
 
46
[DEFAULT/IMPATH]
 
47
type = string
 
48
default = 
 
49
description = The path to the background image
 
50
 
 
51
[DEFAULT/ICONSIZE]
 
52
type = int
 
53
default = 24
 
54
description = The size (in pixels) of the tray icons
 
55
 
 
56
[DEFAULT/EDGING]
 
57
type = int
 
58
default = 10
 
59
description = The radius of the rounded borders
 
60
 
 
61
[DEFAULT/LINEWIDTH]
 
62
type = int
 
63
default = 4
 
64
description = The size (in pixels) of the border 
 
65