~cairo-dock-team/ubuntu/precise/cairo-dock-plug-ins/984054

« back to all changes in this revision

Viewing changes to wifi/data/wifi.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810000557-pfxoz5w7hbyclcqh
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614625)
* Fixed a few bugs on LP:
 - LP: #483963: Dustbin applet does not display trashes on all volumes
 - LP: #485159: Some apps have problem with Systray
 - LP: #500677: ~/.xsession-errors is too much used by CD
 - LP: #500979: Shortcuts: the order gets messed up
 - LP: #521531: Mail: crashes on Maildir
 - LP: #519915: GTG: create a new applet to control GTG
 - LP: #526138: GMenu doesn't handle desktop file exec strings properly
 - LP: #531317: CMake: Added an error if the prefix of 'cairo-dock-plugins'
                 is not the same 'cairo-dock-core'
 - LP: #531319: CMake: check the version of 'cairo-dock' when building
                 'cairo-dock-plugins'
 - LP: #537115: Click at the position where icon lavel was, the icon
                 and dock still receive the event
 - LP: #537943: Terminal applet shortkey behaviour
 - LP: #538637: Trash applet doesn't create .trashinfo files on XFCE
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - cdbs is now used.
* debian/copyright:
 - Updated with the new applets
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev, libindicator-dev, libdbusmenu-glib-dev
   libido-0.1-dev, libical-dev, libdbusmenu-gtk-dev as Build-deps
 - Bump Standard-Version to 3.9.1
 - Wget is required for dnd2share applet
 - Added the exact realease for 'cairo-dock-dev' in order to prevent any
    build error if this package is not already available (thx to didrocks)
* debian/cairo-dock-plug-ins*.install:
 - All sonames are now installed into lib32 or lib64 (lib*)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#{Set to 0 to use the default applet size}
7
7
icon size = 0;0
8
8
 
9
 
#s Name of the icon as it will appear in its label in the dock :
 
9
#s Name of the icon as it will appear in its caption in the dock:
10
10
name = Wifi
11
11
 
12
12
#d Name of the dock it belongs to:
13
13
dock name = 
14
14
 
 
15
#b Always display the icon, even when the dock is hidden?
 
16
always visi = false
 
17
 
15
18
icon=
16
19
order=
17
20
 
25
28
 
26
29
#X[Position]
27
30
frame_pos =
28
 
#b Lock position ?
29
 
#{If locked, the desklet can't be moved by simply dragging it with the left mouse button. Of course you can still move it with ALT + left_click.}
 
31
#b Lock position?
 
32
#{If locked, the desklet cannot be moved by simply dragging it with the left mouse button. It can still be moved with ALT + left-click.}
30
33
locked = false
31
34
 
32
 
#j+[48;512] Desklet's dimension (width x height) :
33
 
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
35
#j+[24;512] Desklet dimensions (width x height):
 
36
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
34
37
size = 96;96
35
38
 
36
 
#i[-2048;2048] Desklet's position (x ; y) :
37
 
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
39
#i[-2048;2048] Desklet position (x, y):
 
40
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
38
41
x position=0
39
42
#i[-2048;2048] ...
40
43
y position=0
41
44
 
42
 
#I[-180;180] Rotation :
 
45
#I[-180;180] Rotation:
43
46
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
44
47
rotation = 0
45
48
 
46
49
#X[Visibility]
47
50
frame_visi =
48
51
 
49
 
#b+ Is detached from the dock ?
 
52
#b+ Is detached from the dock
50
53
initially detached=false
51
 
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Visibility :
 
54
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
52
55
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
53
56
accessibility=0
54
 
#b Should be visible on all desktops ?
 
57
#b Should be visible on all desktops?
55
58
sticky=true
56
59
 
57
60
 
58
61
 
59
 
use size=
60
62
 
61
63
#F[Decorations;gtk-orientation-portrait]
62
64
frame_deco=
63
65
 
64
 
#o+ Choose a decoration theme for this desklet :
 
66
#o+ Choose a decoration theme for this desklet:
65
67
#{Choose 'Custom decorations' to define your own decorations below.}
66
68
decorations = default
67
69
 
68
70
#v
69
71
sep_deco =
70
72
 
71
 
#S+ Background image :
72
 
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
73
#S+ Background image:
 
74
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
73
75
bg desklet =
74
 
#e+[0;1] Background tansparency :
 
76
#e+[0;1] Background transparency:
75
77
bg alpha = 1
76
 
#i+[0;256] Left offset :
77
 
#{in pixels. Use this to adjust the left position of the drawings.}
 
78
#i+[0;256] Left offset:
 
79
#{in pixels. Use this to adjust the left position of drawings.}
78
80
left offset = 0
79
 
#i+[0;256] Top offset :
80
 
#{in pixels. Use this to adjust the top position of the drawings.}
 
81
#i+[0;256] Top offset:
 
82
#{in pixels. Use this to adjust the top position of drawings.}
81
83
top offset = 0
82
 
#i+[0;256] Right offset :
83
 
#{in pixels. Use this to adjust the right position of the drawings.}
 
84
#i+[0;256] Right offset:
 
85
#{in pixels. Use this to adjust the right position of drawings.}
84
86
right offset = 0
85
 
#i+[0;256] Bottom offset :
86
 
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
87
#i+[0;256] Bottom offset:
 
88
#{in pixels. Use this to adjust the bottom position of drawings.}
87
89
bottom offset = 0
88
 
#S+ Foreground image :
89
 
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
90
#S+ Foreground image:
 
91
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
90
92
fg desklet =
91
 
#e+[0;1] Foreground tansparency :
 
93
#e+[0;1] Foreground tansparency:
92
94
fg alpha = 1
93
95
 
94
96
#[gtk-preferences]
95
97
[Configuration]
96
98
 
97
99
 
98
 
#l+[Gauge;Graph;Icons] Choose the style of the display : 
 
100
#l+[Gauge;Graph;Icons] Choose the style of the display: 
99
101
renderer = 0
100
102
 
101
103
 
102
104
#X[Gauge;gtk-dialog-info]
103
105
frame_gauge=
104
106
 
105
 
#h+[@prefix@/@DATADIRNAME@/cairo-dock/gauges;gauges;gauges] Choose one of the available themes :/
 
107
#h+[@gaugesdir@;gauges;gauges] Choose one of the available themes:/
106
108
theme = Turbo-night-fuel
107
109
 
108
110
 
112
114
#l+[Line;Plain;Bar;Circle;Plain Circle] Type of graphic :
113
115
graphic type = 0
114
116
 
115
 
#c+ High values color :
116
 
#{It's the color of the graphic for high quality signal.}
 
117
#c+ High value's colour :
 
118
#{It's the colour of the graphic for high quality signal.}
117
119
high color = 1;0;0
118
120
 
119
 
#c+ Low values color :
120
 
#{It's the color of the graphic for low quality signal.}
 
121
#c+ Low value's colour :
 
122
#{It's the colour of the graphic for low quality signal.}
121
123
low color = 1;1;0
122
124
 
123
 
#C+ Background color of the graphic :
 
125
#C+ Background colour of the graphic :
124
126
bg color = .5;.5;1.;.4
125
127
 
126
128
 
131
133
#l+[None;Zoom;Transparency;Draw Bar] Effect to apply on the icon according to strength :
132
134
effect=0
133
135
 
134
 
#S+ Name of an image for the 'no signal' icon :
135
 
#{Let it empty to use the default icon.}
 
136
#S+ 'No signal' icon filename:
 
137
#{Leave empty to use the default icon.}
136
138
icon_0 = 
137
 
#S+ Name of an image for the 'very low' icon :
138
 
#{Let it empty to use the default icon.}
 
139
#S+ 'Very low' icon filename:
 
140
#{Leave empty to use the default icon.}
139
141
icon_1 = 
140
 
#S+ Name of an image for the 'low' icon :
141
 
#{Let it empty to use the default icon.}
 
142
#S+ 'Low' icon filename:
 
143
#{Leave empty to use the default icon.}
142
144
icon_2 = 
143
 
#S+ Name of an image for the 'middle' icon :
144
 
#{Let it empty to use the default icon.}
 
145
#S+ 'Average' icon filename:
 
146
#{Leave empty to use the default icon.}
145
147
icon_3 = 
146
 
#S+ Name of an image for the 'good' icon :
147
 
#{Let it empty to use the default icon.}
 
148
#S+ 'Good' icon filename:
 
149
#{Leave empty to use the default icon.}
148
150
icon_4 = 
149
 
#S+ Name of an image for the 'exellent' icon :
150
 
#{Let it empty to use the default icon.}
 
151
#S+ 'Excellent' icon filename:
 
152
#{Leave empty to use the default icon.}
151
153
icon_5 = 
152
154
 
153
155
 
158
160
#{in seconds.}
159
161
delay = 10
160
162
 
161
 
#e[0;1] How smooth is the movement ?
162
 
#{You need OpenGL for this option. Set it to 0 to not use it, 1 means the movement is continue.}
 
163
#e[0;1] How smooth is the movement?
 
164
#{You need OpenGL for this option. Set it to 0 means not used, 1 means the movement is continue.}
163
165
smooth = .33
164
166
 
165
167
#s Alternative command line to launch Wireless Configuration :
166
 
#{Allow you to overwrite applet's default command line and launch you wireless configuration interface.}
 
168
#{Allow you to overwrite applet's default command line and launch your wireless configuration interface.}
167
169
command = 
168
170
 
169
171
 
173
175
#l[None;Signal Strength;Signal Strength in percent;Raw Signal Informations] Information to display on the icon :
174
176
signal_type=2
175
177
 
176
 
#b Overwrite the default label with the connection point name ?
 
178
#b Overwrite the default label with the connection point name?
177
179
essid = true