~cairo-dock-team/ubuntu/oneiric/cairo-dock-plug-ins/2.4.0-0beta2

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2011-04-20 20:46:51 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110420204651-ftnpzesj6uc7qeul
Tags: 2.3.0~1-0ubuntu1
* New Upstream Version (LP: #723995)
* Upstream short ChangeLog (since 2.3.0~0rc1):
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
    (Switcher, ShowDesktop, etc.)
 - Removed a lot of useless g_print
 - Updated a few plug-ins to fit with the new version of the API (gldit)
 - Fixed a few bugs
 - Updated MeMenu, MessagingMenu and Status-Notifier to works
    with the latest version of dbusmenu, etc.
* Switch to dpkg-source 3.0 (quilt) format
* debian/cairo-dock-plug-ins.install:
 - Added new files (interfaces for python, ruby, vala and mono)
* debian/control:
 - Added new dependences for new applets (sensors and zeitgeist)
    and new interfaces (python, valac, ruby and mono)
 - Updated the version of cairo-dock build-dependences
* debian/rules:
 - Added a new CMake flag to install python interface in debian/tmp
* Updated debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
#[gtk-about]
4
4
[Icon]
 
5
 
 
6
#F[Applet]
 
7
frame_maininfo=
 
8
 
 
9
#d Name of the dock it belongs to:
 
10
dock name = 
 
11
 
 
12
#s Name of the icon as it will appear in its caption in the dock:
 
13
name = Slider
 
14
 
 
15
#F[Display]
 
16
frame_display=
 
17
 
 
18
icon=
 
19
 
5
20
#j+[0;128] Desired icon size for this applet
6
21
#{Set to 0 to use the default applet size}
7
22
icon size = 0;0
8
23
 
9
 
#s Name of the icon as it will appear in its caption in the dock:
10
 
name = Slider
11
 
 
12
 
#d Name of the dock it belongs to:
13
 
dock name = 
14
 
 
15
24
#b Always display the icon, even when the dock is hidden?
16
25
always visi = false
17
26
 
18
27
order=
19
 
icon=
20
28
 
21
29
#F[Applet's Handbook]
22
30
frame_hand=
35
43
 
36
44
#j+[48;1024] Desklet dimensions (width x height):
37
45
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
38
 
size = 96;96
 
46
size = 128;128
39
47
 
40
48
#i[-2048;2048] Desklet position (x, y):
41
49
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
51
59
frame_visi =
52
60
 
53
61
#b Is detached from the dock
54
 
initially detached=false
 
62
initially detached=true
55
63
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
56
64
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
57
65
accessibility=0
103
111
#D Folder for the images:
104
112
directory= 
105
113
#b Scan sub direcotries?
106
 
sub directories=false
 
114
sub directories=true
107
115
#b Randomly browse files?
108
116
random = false
109
117
#b Display image name as quickinfo?
110
118
image name = false
111
119
 
 
120
#v
 
121
sep_thread=
 
122
 
112
123
#b Use another thread to load images?
113
124
#{This will prevent the dock from freezing during image loading, but works only with OpenGL.}
114
125
use_thread = true
115
126
 
 
127
#b Read all images properties on startup?
 
128
get exif = true
 
129
 
116
130
#F[Behaviour;gtk-execute]
117
131
frame_ops=
118
132
 
 
133
#l[play/pause;open image] Action on left-click:
 
134
click=0
 
135
 
 
136
#l[play/pause;open image;open parent folder] Action on middle-click:
 
137
middle click=2
 
138
 
 
139
#v
 
140
sep_click=
 
141
 
119
142
#i[1;500] Sliding delay:
120
143
#{in seconds.}
121
144
slide time=30
122
145
 
123
 
#l[play/pause;open image] Action when applet is clicked:
124
 
click=0
125
 
 
126
146
#l[none;fade;blank fade;fade in/out;side kick;slideshow;grow up;shrink;cube;random] Effect while changing image:
127
147
change animation=1
128
148
 
129
149
#I[8;60;fast;slow] Number of steps for transitions:
130
150
nb step = 20
131
151
 
 
152
 
132
153
#F[Display;gtk-orientation-portrait]
133
154
frame_disp=
 
155
 
 
156
#Y[No;0;0;Yes;1;1;Frame;1;2] Add a background to the image?
 
157
bg type = 2
 
158
 
 
159
#C+ Choose a background colour :
 
160
#{Set the transparency channel to 0 if you just don't want to have a background.}
 
161
background_color = 1.0; 1.0; 1.0; 1.0
 
162
 
 
163
#i[2;20] Frame width:
 
164
bg width = 8
 
165
 
 
166
#v
 
167
sep_disp=
 
168
 
134
169
#b Keep width/height ratio?
135
170
#{Gives better image rendering.}
136
171
no stretch=true
 
172
 
137
173
#b Force the image to fill the icon/desklet?
138
174
#{If the image is too small, it will be stretched.}
139
175
fill icon = false
140
 
#C+ Choose a background colour :
141
 
#{Set the transparency channel to 0 if you just don't want to have a background.}
142
 
background color = 1.0; 1.0; 1.0; 0.