~cairo-dock-team/ubuntu/quantal/cairo-dock-plug-ins/3.0.2

« back to all changes in this revision

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

Tags: upstream-2.2.0~0beta4
Import upstream version 2.2.0~0beta4

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 :
10
 
#{Let it empty to display the name of the player currently controlled.}
 
9
#s Name of the icon as it will appear in its caption in the dock:
 
10
#{Leave it empty to display the name of the player currently controlled.}
11
11
name =
12
12
 
13
13
#d Name of the dock it belongs to:
27
27
#X[Position]
28
28
frame_pos =
29
29
 
30
 
#b Lock position ?
31
 
#{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.}
 
30
#b Lock position?
 
31
#{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.}
32
32
locked = false
33
33
 
34
 
#j+[48;512] Desklet's dimension (width x height) :
35
 
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
34
#j+[24;512] Desklet dimensions (width x height):
 
35
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
36
36
size = 96;96
37
37
 
38
 
#i[-2048;2048] Desklet's position (x ; y) :
39
 
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
38
#i[-2048;2048] Desklet position (x, y):
 
39
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
40
40
x position=0
41
41
#i[-2048;2048] ...
42
42
y position=0
43
43
 
44
 
#I[-180;180] Rotation :
 
44
#I[-180;180] Rotation:
45
45
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
46
46
rotation = 0
47
47
 
48
48
#X[Visibility]
49
49
frame_visi =
50
50
 
51
 
#b Is detached from the dock ?
 
51
#b Is detached from the dock
52
52
initially detached=false
53
 
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Visibility :
 
53
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
54
54
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
55
55
accessibility=0
56
 
#b Should be visible on all desktops ?
 
56
#b Should be visible on all desktops?
57
57
sticky=true
58
58
 
59
59
 
60
60
 
61
 
use size=
62
61
 
63
62
#F[Decorations;gtk-orientation-portrait]
64
63
frame_deco=
65
64
 
66
 
#o+ Choose a decoration theme for this desklet :
 
65
#o+ Choose a decoration theme for this desklet:
67
66
#{Choose 'Custom decorations' to define your own decorations below.}
68
67
decorations=default
69
68
 
70
69
#v
71
70
sep_deco=
72
71
 
73
 
#S+ Background image :
74
 
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
72
#S+ Background image:
 
73
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
75
74
bg desklet =
76
 
#e+[0;1] Background tansparency :
 
75
#e+[0;1] Background transparency:
77
76
bg alpha = 1
78
 
#i+[0;256] Left offset :
79
 
#{in pixels. Use this to adjust the left position of the drawings.}
 
77
#i+[0;256] Left offset:
 
78
#{in pixels. Use this to adjust the left position of drawings.}
80
79
left offset = 0
81
 
#i+[0;256] Top offset :
82
 
#{in pixels. Use this to adjust the top position of the drawings.}
 
80
#i+[0;256] Top offset:
 
81
#{in pixels. Use this to adjust the top position of drawings.}
83
82
top offset = 0
84
 
#i+[0;256] Right offset :
85
 
#{in pixels. Use this to adjust the right position of the drawings.}
 
83
#i+[0;256] Right offset:
 
84
#{in pixels. Use this to adjust the right position of drawings.}
86
85
right offset = 0
87
 
#i+[0;256] Bottom offset :
88
 
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
86
#i+[0;256] Bottom offset:
 
87
#{in pixels. Use this to adjust the bottom position of drawings.}
89
88
bottom offset = 0
90
 
#S+ Foreground image :
91
 
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
89
#S+ Foreground image:
 
90
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
92
91
fg desklet =
93
 
#e+[0;1] Foreground tansparency :
 
92
#e+[0;1] Foreground tansparency:
94
93
fg alpha = 1
95
94
 
96
95
#[gtk-preferences]
98
97
 
99
98
#F[Audio Player;gtk-cdrom]
100
99
frame_player =
101
 
#L[Amarok 2;Audacious;Banshee;Exaile;Exaile 0.3;Listen;QuodLibet;Rhythmbox;Songbird;XMMS 2;XMMS] Player to control:
 
100
#L[Amarok 2;Audacious;Banshee;Clementine;Exaile;Exaile 0.3;Guayadeque;Listen;Qmmp;QuodLibet;Rhythmbox;Songbird;XMMS 2;XMMS] Player to control:
102
101
current-player=Rhythmbox
103
102
 
104
 
#b Steal the player's icon from taskbar ?
105
 
#{It will prevent the player's icon to appear in the task bar. The applet's icon will then behave as a launcher, an appli, and an applet.}
 
103
#b Steal the player's icon from the taskbar?
 
104
#{This will prevent the player icon appearing in the taskbar. The applet's icon will then behave as a launcher, an application and an applet.}
106
105
inhibate appli = true
107
106
 
108
107
#l[Play/Pause on click, Next on middle-click;Show/Hide player on click, Play/Pause on middle-click] Actions on click and middle-click :
112
111
#F[Action on music change;gtk-preferences]
113
112
frame_info=
114
113
 
115
 
#B Show an info-bubble ?
 
114
#B Show tooltips?
116
115
enable_dialogs=true
117
116
 
118
 
#i[1;30] Time length of info-bubbles :
119
 
#{in s.}
 
117
#i[1;30] Time length of tooltips:
 
118
#{in seconds}
120
119
time_dialog = 4
121
120
 
122
 
#a+ Animation when music changes :
 
121
#a+ Animation when music changes:
123
122
change_animation = wobbly
124
123
 
125
124
 
126
125
#F[Display;gtk-dialog-info]
127
126
frame_disp =
128
127
 
129
 
#l[Nothing;Time Elapsed;Time Left;N° of track] Information to display on the icon :
 
128
#l[Nothing;Time Elapsed;Time Remaining;Track number] Information to display on the icon :
130
129
quick-info_type=1
131
130
 
132
 
#B Display album's cover ?
 
131
#B Display album's cover?
133
132
enable_cover = true
134
133
 
135
 
#b Allow Cairo-Dock to download missing covers ?
 
134
#b Allow Cairo-Dock to download missing covers?
136
135
#{You need to be connected to the Internet.}
137
136
DOWNLOAD=true
138
137
 
139
 
#B+ Use 3D themes ?
 
138
#B+ Use 3D themes?
140
139
#{requires OpenGL.}
141
140
enable_opengl_themes = true
142
141
 
145
144
theme = cd_box_simple
146
145
 
147
146
 
148
 
#X[Personnalisation;gtk-dialog-info]
 
147
#X[Customisation;gtk-dialog-info]
149
148
frame_perso =
150
 
#S+ Name of an image for the 'default' icon :
151
 
#{Let it empty to use the default icon.}
 
149
#S+ 'Default' icon image name:
 
150
#{Leave empty to use the default icon.}
152
151
default icon =
153
 
#S+ Name of an image for the 'play' icon :
154
 
#{Let it empty to use the default icon.}
 
152
#S+ Name of the image for the 'play' icon :
 
153
#{Leave empty to use the default icon.}
155
154
play icon =
156
 
#S+ Name of an image for the 'stop' icon :
157
 
#{Let it empty to use the default icon.}
 
155
#S+ Name of the image for the 'stop' icon :
 
156
#{Leave empty to use the default icon.}
158
157
stop icon =
159
 
#S+ Name of an image for the 'pause' icon :
160
 
#{Let it empty to use the default icon.}
 
158
#S+ Name of the image for the 'pause' icon :
 
159
#{Leave empty to use the default icon.}
161
160
pause icon =
162
 
#S+ Name of an image for the 'broken' icon :
163
 
#{Let it empty to use the default icon.}
 
161
#S+ 'Broken' icon image name:
 
162
#{Leave empty to use the default icon.}
164
163
broken icon =