~ubuntu-branches/ubuntu/quantal/cairo-dock-plug-ins/quantal-201208191523

« back to all changes in this revision

Viewing changes to clock/data/clock.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:
2
2
 
3
3
#[gtk-about]
4
4
[Icon]
5
 
#j+[0;128] Desired icon size for this applet
 
5
#j+[0;256] Desired icon size for this applet
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 use the location's name if available.}
 
9
#s Name of the icon as it will appear in its caption in the dock:
 
10
#{Leave empty to use the location name if available.}
11
11
name = 
12
12
 
13
13
#d Name of the dock it belongs to:
14
14
dock name = 
15
15
 
 
16
#b Always display the icon, even when the dock is hidden?
 
17
always visi = false
 
18
 
16
19
order=
17
20
icon=
18
21
 
27
30
#X[Position]
28
31
frame_pos =
29
32
 
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.}
 
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.}
32
35
locked = false
33
36
 
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.}
 
37
#j+[24;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.}
36
39
size = 96;96
37
40
 
38
 
#i[-2048;2048] Desklet's position (x ; y) :
39
 
#{Depending on your WindowManager, you can move it with ALT + left_click. Negative values are counted from the right/bottom of the screen}
 
41
#i[-2048;2048] Desklet position (x, y):
 
42
#{Depending on your WindowManager, you may be able to move this with ALT + left-click.. Negative values are counted from the right/bottom of the screen}
40
43
x position=0
41
44
#i[-2048;2048] ...
42
45
y position=0
43
46
 
44
 
#I[-180;180] Rotation :
 
47
#I[-180;180] Rotation:
45
48
#{You can quickly rotate the desklet with the mouse, by dragging the little buttons on its left and top sides.}
46
49
rotation = 0
47
50
 
48
51
#X[Visibility]
49
52
frame_visi =
50
53
 
51
 
#b Is detached from the dock ?
 
54
#b Is detached from the dock
52
55
initially detached=false
53
 
#l[Normal;Keep above;Keep below;On Widget Layer;Reserve space] Visibility :
 
56
#l[Normal;Keep above;Keep below;Keep on widget layer;Reserve space] Visibility:
54
57
#{for CompizFusion's "widget layer", set behaviour in Compiz to: (class=Cairo-dock & type=utility)}
55
58
accessibility=0
56
 
#b Should be visible on all desktops ?
 
59
#b Should be visible on all desktops?
57
60
sticky=true
58
61
 
59
62
 
60
 
 
61
 
use size=
62
 
 
63
63
#F[Decorations;gtk-orientation-portrait]
64
64
frame_deco=
65
65
 
66
 
#o+ Choose a decoration theme for this desklet :
 
66
#o+ Choose a decoration theme for this desklet:
67
67
#{Choose 'Custom decorations' to define your own decorations below.}
68
68
decorations = default
69
69
 
70
70
#v
71
71
sep_deco =
72
72
 
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.}
 
73
#S+ Background image:
 
74
#{Image to be displayed below drawings, e.g. a frame. Leave empty for no image.}
75
75
bg desklet =
76
 
#e+[0;1] Background tansparency :
 
76
#e+[0;1] Background transparency:
77
77
bg alpha = 1
78
 
#i+[0;256] Left offset :
79
 
#{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.}
80
80
left offset = 0
81
 
#i+[0;256] Top offset :
82
 
#{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.}
83
83
top offset = 0
84
 
#i+[0;256] Right offset :
85
 
#{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.}
86
86
right offset = 0
87
 
#i+[0;256] Bottom offset :
88
 
#{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.}
89
89
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.}
 
90
#S+ Foreground image:
 
91
#{Image to be displayed above the drawings, e.g. a reflection. Leave empty for no image.}
92
92
fg desklet =
93
 
#e+[0;1] Foreground tansparency :
 
93
#e+[0;1] Foreground tansparency:
94
94
fg alpha = 1
95
95
 
96
96
#[gtk-preferences]
97
 
[Module]
 
97
[Configuration]
98
98
 
99
99
#F[Behaviour;gtk-execute]
100
100
frame1 =
101
101
 
102
 
#l[No;On icon;On label] Show the date :
103
 
show date = 1
 
102
#l[No;On icon;On label] Show the date:
 
103
show date = 2
104
104
 
105
 
#b Display the time in a 24h format ?
106
 
#{for numeric format only.}
 
105
#b Display the time in a 24h format?
 
106
#{for digital format only.}
107
107
24h mode = true
108
108
 
109
 
#b Show seconds ?
110
 
#{if not, then the applet will update time once a minute, saving CPU.}
 
109
#b Show seconds?
 
110
#{if not, then the applet will update the time once a minute, saving CPU power.}
111
111
show seconds = false
112
112
 
113
 
#I[0;1000] Display seconds with smooth animation of a duration of :
114
 
#{In ms. Set 0 to not have a smooth animation, set 1000 to have a continuous animation. It requires OpenGL.}
 
113
#I[0;1000] Display seconds with smooth animation for a duration of:
 
114
#{In ms. Set 0 for non-smooth animation, set 1000 to have a continuous animation. Requires OpenGL.}
115
115
smooth = 500
116
116
 
117
 
#s Timezone :
118
 
#{For exemple :Europe/Paris, :Japan, etc. Let empty to get the local time.}
 
117
#s Timezone:
 
118
#{E.g. :Europe/Paris, :Japan, etc. Leave empty for local time.}
119
119
location =
120
120
 
 
121
#L[Default;iCal] Use the tasks from the following task-manager:
 
122
task mgr = Default
 
123
 
121
124
#F[Style;gtk-color-picker]
122
125
frame_style =
123
126
 
124
 
#l+[Analogic;Numeric] Choose the view :
125
 
#{The analogic view is based on CairoClock; otherwise it will be displayed in a numeric way.}
 
127
#l+[Analogue;Digital] Select the view :
 
128
#{The analogue view is based on CairoClock; otherwise it will be displayed in digital format.}
126
129
style = 1
127
130
 
128
 
#X[Analogic View;@clockdatadir@/icon.png]
 
131
#X[Analogue View;@clockdatadir@/icon.png]
129
132
analogic=
130
133
 
131
 
#h+[@clockdatadir@/themes;@clockuserdirname@;@clockuserdirname@] List of available themes for the analogic display :/
 
134
#h+[@clockdatadir@/themes;@clockuserdirname@;@clockuserdirname@] List of available themes for analogue display:/
132
135
theme = default
133
136
 
134
 
#C+ Text color of the date :
 
137
#C+ Date text colour:
135
138
date color = 1.0; 0.; 0.9; 1.
136
139
 
137
 
#X[Numeric View;gtk-italic]
 
140
#X[Digital View;gtk-italic]
138
141
numeric=
139
142
 
140
 
#P+ Font :
 
143
#P+ Font:
141
144
font = Sans 16
142
145
 
143
 
#C+ Text color :
 
146
#C+ Text colour:
144
147
text color = 0.0; 0.0; 0.5; 1.
145
148
 
146
149
#e+[.5;1] Ratio to apply on text :
147
150
text ratio = 1
148
151
 
149
 
#S+ Image to draw on the background :
 
152
#S+ Background image:
150
153
numeric bg =
151
154
 
152
 
#F[Setup time and date;gtk-file]
 
155
#F[Configure time and date;gtk-file]
153
156
frame3 =
154
 
#s Specific command to run :
155
 
#{Let empty to use default command.}
 
157
#s Specific command to run:
 
158
#{Leave empty to use the default command.}
156
159
setup command =
157
160
 
158
161
#[@clockdatadir@/icon-alarm.png]
159
162
[Alarm]
160
163
 
161
 
#_ Add or remove an alarm :
 
164
#_ Add or remove an alarm:
162
165
#{The new alarm will be added to the end / the last alarm will be removed.}
163
166
add new =