root/trunk/op_style.cfg

Revision 1, 2.6 kB (checked in by root, 3 years ago)

Initial import

Line 
1 [general]
2 ; Fade out buttons for state
3 dimm_noregister_by=20
4 dimm_lagged_by=60
5
6 ; Fade mwi when no mail is waiting
7 nomail_alpha=3
8
9 ; If enabled, the phone will shake/ring
10 enable_animation=1
11
12 ; Pixels to use on the ringing animtion
13 shake_pixels=2
14
15 ; Show borders around text labels, useful for debugin style
16 show_borders=0
17
18 ; If set, the label backdround will change to the led state color
19 enable_label_background=0
20
21 ; set to 1 for encrypting server to client communications
22 enable_crypto=0
23
24 ; use the font embeded in the flash movie instead of system fonts
25 use_embed_fonts=1
26
27 ; colors for led states
28 ledcolor_ready=0x00A000
29 ledcolor_busy=0xA01020
30 ledcolor_agent=0xD0d020
31 ledcolor_paused=0x000000
32
33 ; Settings for the button (rectangle)
34 btn_width=246
35 btn_height=70
36 btn_padding=4
37 btn_line_width=2
38 btn_line_color=0x000000
39 btn_fadecolor_1=ccccff
40 btn_fadecolor_2=ffffff
41 btn_round_border=8
42 btn_highlight_color=ff0000
43
44 ; Settings affecting the button label
45 label_font_size=20
46 label_font_family=Verdana  ; only valid when use_embed_fonts is disabled
47 label_font_color=000000
48 label_shadow_color=dddddd
49 label_margin_top=20
50 label_margin_left=38
51 label_shadow=1
52 label_extent_x=10  ; If the label does not fit horizontally, increase this number
53 label_extent_y=0
54
55
56 ; Settings affecting the button clid
57 clid_font_color=00dd00
58 clid_font_size=13
59 clid_centered=1
60 clid_font_family=Verdana
61 clid_margin_top=0
62 clid_margin_left=25
63
64 ; Settings for the timer
65 timer_font_color=4000ff
66 timer_font_size=13
67 timer_font_family=Courier
68 timer_margin_top=48
69 timer_margin_left=6
70
71 ; Settings for the oval led
72 led_scale=90
73 led_margin_top=34
74 led_margin_left=20
75
76 ; Settings for the arrow
77 arrow_scale=70
78 arrow_margin_top=10
79 arrow_margin_left=15
80
81 ; Settings for MWI Icon
82 mail_margin_left=-23
83 mail_margin_top=13
84 mail_scale=9
85
86 ; Settings for icons
87 icon1_margin_top=43
88 icon1_margin_left=-34
89 icon1_scale=17
90
91 icon2_margin_top=46
92 icon2_margin_left=-29
93 icon2_scale=14
94
95 icon3_margin_top=34
96 icon3_margin_left=-36
97 icon3_scale=20
98
99 icon4_margin_top=33
100 icon4_margin_left=-34
101 icon4_scale=16
102
103 icon5_margin_top=32
104 icon5_margin_left=-33
105 icon5_scale=16
106
107 icon6_margin_top=32
108 icon6_margin_left=-33
109 icon6_scale=16
110
111 ; Settings for Status Bar at the top
112 show_security_code=1
113 show_clid_info=0
114 show_btn_help=3
115 show_btn_debug=0
116 show_btn_reload=2
117 show_status=4
118
119 ;[sip]
120 ; You can have different styles per panel context
121 ; You need to copy all the variables, they will not be
122 ; inherited. If you fail to include an option the flash
123 ; client migth hang. So, copy the complete [general]
124 ; section an change the header to the panel context name.
125 ; Then adjust the parameters to your liking.
Note: See TracBrowser for help on using the browser.