~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to Dbus/demos/demo_vala/demo_vala.conf

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!en;0.0.2
 
2
 
 
3
#[gtk-about]
 
4
[Icon]
 
5
#j+[0;128] Desired icon size for this applet
 
6
#{Set to 0 to use the default applet size}
 
7
icon size = 0;0
 
8
 
 
9
#s Name of the icon as it will appear in its label in the dock :
 
10
name = Dbus Applet
 
11
 
 
12
#S+ Image's filename :
 
13
#{Let empty to use the default one.}
 
14
icon = 
 
15
 
 
16
#d Name of the dock it belongs to:
 
17
dock name = 
 
18
 
 
19
order=
 
20
 
 
21
#F[Applet's Handbook]
 
22
frame_hand=
 
23
#A
 
24
handbook=demo_vala
 
25
 
 
26
#[gtk-convert]
 
27
[Desklet]
 
28
 
 
29
#j+[48;512] Desklet's dimension (width x height) :
 
30
#{Depending on your WindowManager, you can resize it with ALT + middle_click or ALT + left_click for exemple.}
 
31
size = 164;96
 
32
 
 
33
#i[-2048;2048] Desklet's position (x ; y) :
 
34
#{Depending on your WindowManager, you can move it with ALT + left_click}
 
35
x position=0
 
36
#i[-2048;2048] ...
 
37
y position=0
 
38
 
 
39
#b Is detached from the dock ?
 
40
initially detached=false
 
41
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Accessibility :
 
42
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
 
43
accessibility=0
 
44
#b Should be visible on all desktops ?
 
45
sticky=true
 
46
 
 
47
#b Lock position ?
 
48
#{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.}
 
49
locked = false
 
50
 
 
51
#I[-180;180] Rotation :
 
52
#{in degrees.}
 
53
rotation = 0
 
54
 
 
55
use size=
 
56
 
 
57
#F[Decorations;gtk-orientation-portrait]
 
58
frame_deco=
 
59
 
 
60
#o+ Choose a decoration theme for this desklet :
 
61
#{Choose the 'personnal' one to define your own decorations below.}
 
62
decorations = default
 
63
 
 
64
#v
 
65
sep_deco =
 
66
 
 
67
#S+ Background image :
 
68
#{It's an image that will be displayed below the drawings, like a frame for exemple. Let empty to not use any.}
 
69
bg desklet =
 
70
#e+[0;1] Background tansparency :
 
71
bg alpha = 1
 
72
#i+[0;256] Left offset :
 
73
#{in pixels. Use this to adjust the left position of the drawings.}
 
74
left offset = 0
 
75
#i+[0;256] Top offset :
 
76
#{in pixels. Use this to adjust the top position of the drawings.}
 
77
top offset = 0
 
78
#i+[0;256] Right offset :
 
79
#{in pixels. Use this to adjust the right position of the drawings.}
 
80
right offset = 0
 
81
#i+[0;256] Bottom offset :
 
82
#{in pixels. Use this to adjust the bottom position of the drawings.}
 
83
bottom offset = 0
 
84
#S+ Foreground image :
 
85
#{It's an image that will be displayed above the drawings, like a reflect for exemple. Let empty to not use any.}
 
86
fg desklet =
 
87
#e+[0;1] Foreground tansparency :
 
88
fg alpha = 1
 
89
 
 
90
#[gtk-preferences]
 
91
[Configuration]
 
92
 
 
93
#h+[/usr/share/cairo-dock/gauges;gauges;gauges] Choose one of the available themes :/
 
94
theme = Turbo-night
 
95
 
 
96
#i[10;100] Max value :
 
97
max value = 100
 
98
 
 
99
#b Yes / No  ?
 
100
yesno = false
 
101