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

« back to all changes in this revision

Viewing changes to template/data/template.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:
 
1
#!en;@VERSION_CD_PKG@
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
 
 
6
#j[0;128] Desired icon size for this applet
 
7
#{Set to 0 to use the default applet size}
 
8
icon size = 0;0
 
9
 
 
10
#s Name of the icon as it will appear in its caption in the dock:
 
11
name = CD_APPLET_LABEL
 
12
 
 
13
#S+ Image filename:
 
14
#{Leave empty to use the default one.}
 
15
icon = 
 
16
 
 
17
#d Name of the dock it belongs to:
 
18
dock name = 
 
19
 
 
20
order=
 
21
 
 
22
#F[Applet's Handbook]
 
23
frame_hand=
 
24
#A
 
25
handbook=CD_APPLET_NAME
 
26
 
 
27
#[gtk-convert]
 
28
[Desklet]
 
29
 
 
30
#X[Position]
 
31
frame_pos =
 
32
 
 
33
#b Lock position?
 
34
#{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.}
 
35
locked = false
 
36
 
 
37
#j+[48;512] Desklet dimensions (width x height):
 
38
#{Depending on your WindowManager, you may be able to resize this with ALT + middle-click or ALT + left-click.}
 
39
size = 96;96
 
40
 
 
41
#i[-2048;2048] Desklet position (x, y):
 
42
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.}
 
43
x position=0
 
44
#i[-2048;2048] ...
 
45
y position=0
 
46
 
 
47
#I[-180;180] Rotation:
 
48
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
 
49
rotation = 0
 
50
 
 
51
#X[Visibility]
 
52
frame_visi =
 
53
 
 
54
#b Is detached from the dock
 
55
initially detached=false
 
56
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
 
57
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
58
accessibility=0
 
59
#b Should be visible on all desktops?
 
60
sticky=true
 
61
 
 
62
 
 
63
 
 
64
 
 
65
#F[Decorations;gtk-orientation-portrait]
 
66
frame_deco=
 
67
 
 
68
#o+ Choose a decoration theme for this desklet:
 
69
#{Choose 'Custom decorations' to define your own decorations below.}
 
70
decorations = default
 
71
 
 
72
#v
 
73
sep_deco =
 
74
 
 
75
#S+ Background image:
 
76
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
 
77
bg desklet =
 
78
#e+[0;1] Background transparency:
 
79
bg alpha = 1
 
80
#i+[0;256] Left offset:
 
81
#{in pixels. Use this to adjust the left position of drawings.}
 
82
left offset = 0
 
83
#i+[0;256] Top offset:
 
84
#{in pixels. Use this to adjust the top position of drawings.}
 
85
top offset = 0
 
86
#i+[0;256] Right offset:
 
87
#{in pixels. Use this to adjust the right position of drawings.}
 
88
right offset = 0
 
89
#i+[0;256] Bottom offset:
 
90
#{in pixels. Use this to adjust the bottom position of drawings.}
 
91
bottom offset = 0
 
92
#S+ Foreground image:
 
93
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
 
94
fg desklet =
 
95
#e+[0;1] Foreground tansparency:
 
96
fg alpha = 1
 
97
 
 
98
 
 
99
#[gtk-preferences]
 
100
[Configuration]
 
101
 
 
102
#b This is a boolean parameter. Y/N ?
 
103
#{This is a tooltip for this parameter.}
 
104
yes_no = false
 
105
 
 
106
#i[0;10] This integer can go from 0 to 10 :
 
107
int = 0
 
108
 
 
109
#s Enter some text here :
 
110
text = pouic pouic
 
111