summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/wallpaper.edc
blob: f653e210d747a095938ebba01f8adb268eba1419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
/////////////////////////////////////////////////////////////////////////////
/*** WALLPAPER MAIN DIALOG ***/

   group { name: "e/conf/wallpaper/main/window";
      parts {
         part { name: "base"; type: RECT; mouse_events: 0;
            description { state: "default" 0.0;
               color: 64 64 64 255;
            }
         }
         part { name: "e.swallow.preview"; type: SWALLOW;
            description { state: "default" 0.0;
            }
         }
         part { name: "e.swallow.list"; type: SWALLOW;
            description { state: "default" 0.0;
               rel2.relative: 1.0 0.0;
               rel2.to_y: "bot1";
            }
         }
         part { name: "events"; type: RECT; repeat_events: 1;
            description { state: "default" 0.0;
               color: 0 0 0 0;
            }
         }
         part { name: "bot1"; type: RECT; mouse_events: 0;
            description { state: "default" 0.0;
               color: 64 64 64 255;
               rel1 {
                  to_y: "e.swallow.buttons";
                  relative: 0.0 0.0;
                  offset: 0 -8;
               }
            }
         }
         part { name: "e.text.filename"; type: TEXT; mouse_events: 0;
            scale: 1;
            description { state: "default" 0.0;
               fixed: 0 1;
               rel1 { to: "bot1";
                  offset: 4 4;
               }
               rel2 { to: "bot1";
                  offset: -5 -5;
               }
               color: 255 255 255 255;
               text {
                  font: FN;
                  size: 10;
                  min: 1 1;
                  ellipsis: -1;
                  align: 0.5 0.5;
               }
            }
         }
         part { name: "e.swallow.buttons"; type: SWALLOW;
            description { state: "default" 0.0;
               align: 1.0 1.0;
               fixed: 1 1;
               rel1 {
                  relative: 1.0 1.0;
                  offset: -8   -8;
               }
               rel2 {
                  relative: 1.0 1.0;
                  offset: -8 -8;
               }
            }
         }
         part { name: "cover"; type: RECT;
            description { state: "default" 0.0;
               color: 0 0 0 0;
               visible: 0;
            }
            description { state: "out" 0.0;
               inherit: "default" 0.0;
               visible: 1;
            }
         }
         part { name: "extas_base"; type: RECT;
            description { state: "default" 0.0;
               color: 64 64 64 255;
               rel1 {
                  to: "e.swallow.extras";
                  relative: 0.0 0.0;
                  offset: -8 -46;
               }
               rel2 {
                  to: "e.swallow.extras";
                  relative: 1.0 1.0;
                  offset: 7 7;
               }
            }
         }
         part { name: "e.swallow.extras"; type: SWALLOW;
            description { state: "default" 0.0;
               align: 0.0 0.0;
               fixed: 1 1;
               rel1 {
                  relative: 0.0 1.0;
                  offset: 8 8;
               }
               rel2 {
                  relative: 0.0 1.0;
                  offset: 8 8;
               }
            }
            description { state: "out" 0.0;
               inherit: "default" 0.0;
               align: 0.0 1.0;
               rel1.offset: 8 -9;
               rel2.offset: 8 -9;
            }
         }
         part { name: "aup"; mouse_events: 0;
            description { state: "default" 0.0;
               fixed: 1 1;
               align: 0.0 0.0;
               min: 30 30;
               max: 30 30;
               rel1 {
                  to: "extas_base";
                  relative: 0.0 0.0;
                  offset: 8 8;
               }
               rel2 {
                  to: "extas_base";
                  relative: 0.0 0.0;
                  offset: 8 8;
               }
               image.normal: "arrow-u-030.png";
               color: 160 160 160 255;
            }
         }
         part { name: "ain"; type: RECT;
            description { state: "default" 0.0;
               rel.to: "aup";
               color: 0 0 0 0;
            }
         }
         part { name: "aout"; type: RECT;
            description { state: "default" 0.0;
               rel.to: "aup";
               color: 0 0 0 0;
            }
            description { state: "out" 0.0;
               inherit: "default" 0.0;
               visible: 0;
            }
         }
         part { name: "busy_clip"; type: RECT;
            description { state: "default" 0.0;
               visible: 0;
               color: 255 255 255 0;
            }
            description { state: "visible" 0.0;
               visible: 1;
               color: 255 255 255 255;
            }
         }
         part { name: "e.text.busy_label"; type: TEXT;
            clip_to: "busy_clip";
            mouse_events: 0;
            scale: 1;
            description { state: "default" 0.0;
               fixed: 0 1;
               align: 0.0 1.0;
               rel1 {
                  to: "bot1";
                  relative: 0.0 0.0;
                  offset: 8 -9;
               }
               rel2 {
                  to: "bot1";
                  relative: 0.0 0.0;
                  offset: 8 -9;
               }
               color: 255 255 255 255;
               text {
                  font: FNBD;
                  size: 10;
                  min: 1 1;
                  ellipsis: -1;
                  align: 0.0 1.0;
               }
            }
         }
      }
      programs {
         program { signal: "mouse,up,1"; source: "events";
            action: SIGNAL_EMIT "e,action,click" "e";
         }
         program { signal: "mouse,down,1"; source: "aout";
            action: SIGNAL_EMIT "e,action,panel,show" "e";
         }
         program { signal: "e,action,panel,show"; source: "e";
            action: STATE_SET "out" 0.0;
            target: "aout";
            target: "cover";
            after: "out2";
         }
         program { name: "out2";
            action: STATE_SET "out" 0.0;
            target: "e.swallow.extras";
            transition: DECELERATE 0.2;
         }
         program { signal: "mouse,down,1"; source: "cover";
            action: STATE_SET "default" 0.0;
            target: "aout";
            target: "cover";
            after: "in2";
         }
         program { signal: "mouse,down,1"; source: "ain";
            action: SIGNAL_EMIT "e,action,panel,hide" "e";
         }
         program { signal: "e,action,panel,hide"; source: "e";
            action: STATE_SET "default" 0.0;
            target: "aout";
            after: "in2";
         }
         program { name: "in2";
            action: STATE_SET "default" 0.0;
            target: "e.swallow.extras";
            target: "cover";
            transition: DECELERATE 0.2;
         }
         program { signal: "e,state,busy,on"; source: "e";
            action: STATE_SET "visible" 0.0;
            transition: LINEAR 0.2;
            target: "busy_clip";
         }
         program { signal: "e,state,busy,off"; source: "e";
            action: STATE_SET "default" 0.0;
            transition: LINEAR 0.5;
            target: "busy_clip";
         }
      }
   }

   group { name: "e/conf/wallpaper/main/mini";
      images.image: "win_shadow.png" COMP;
      parts {
         part { name: "shadow"; mouse_events: 0;
            scale: 1;
            description { state: "default" 0.0;
               rel.to: "base";
               WIN_SHADOW_SMALL;
            }
         }
         part { name: "base"; type: RECT; mouse_events: 0;
            description { state: "default" 0.0;
               visible: 0;
               rel.to: "icon_zoom";
               rel1.offset: 8 8;
               rel2.offset: -9 -9;
               color: 255 255 255 255;
            }
            description { state: "visible" 0.0;
               inherit: "default" 0.0;
               visible: 1;
            }
            description { state: "selected" 0.0;
               inherit: "default" 0.0;
               visible: 1;
               color: 51 153 255 255;
            }
         }
         part { name: "icon_zoom"; type: RECT; mouse_events: 0;
            description {
               state: "default" 0.0;
               visible: 0;
            }
            description { state: "min" 0.0;
               inherit: "default" 0.0;
               rel1.relative: 0.5 0.5;
               rel2.relative: 0.5 0.5;
            }
            description { state: "max" 0.0;
               inherit: "default" 0.0;
               rel1.relative: -0.2 -0.2;
               rel2.relative: 1.2 1.2;
            }
            description { state: "max2" 0.0;
               inherit: "default" 0.0;
               rel1.relative: -0.05 -0.05;
               rel2.relative: 1.05 1.05;
            }
         }
         part { name: "e.swallow.content"; type: SWALLOW;
            description {
               state: "default" 0.0;
               rel1 {
                  to: "base";
                  offset: 2   2;
               }
               rel2 {
                  to: "base";
                  offset: -3  -3;
               }
            }
         }
         part { name: "events"; type: RECT;
            description { state: "default" 0.0;
               color: 0 0 0 0;
               visible: 0;
            }
            description { state: "visible" 0.0;
               inherit: "default" 0.0;
               visible: 1;
            }
         }
      }
      programs {
         program { signal: "e,state,selected"; source: "e";
            action: STATE_SET "selected" 0.0;
            target: "base";
         }
         program { signal: "e,state,unselected"; source: "e";
            action: STATE_SET "visible" 0.0;
            target: "base";
         }
         program { signal: "e,action,thumb,gen"; source: "e";
            action: STATE_SET "visible" 0.0;
            target: "base";
            target: "events";
            after: "thumb_gen2";
         }
         program { name: "thumb_gen2";
            action: STATE_SET "min" 0.0;
            target: "icon_zoom";
            after: "thumb_gen3";
         }
         program { name: "thumb_gen3";
            action: STATE_SET "max" 0.0;
            target: "icon_zoom";
            transition: DECELERATE 0.2;
            after: "thumb_gen4";
         }
         program { name: "thumb_gen4";
            action: STATE_SET "default" 0.0;
            target: "icon_zoom";
            transition: SINUSOIDAL 0.1;
            after: "thumb_gen5";
         }
         program { name: "thumb_gen5";
            action: STATE_SET "max2" 0.0;
            target: "icon_zoom";
            transition: SINUSOIDAL 0.2;
            after: "thumb_gen6";
         }
         program { name: "thumb_gen6";
            action: STATE_SET "default" 0.0;
            target: "icon_zoom";
            transition: SINUSOIDAL 0.3;
         }
         program { signal: "e,action,thumb,ungen"; source: "e";
            action: STATE_SET "default" 0.0;
            target: "shadow";
            target: "base";
            target: "icon_zoom";
            target: "e.swallow.content";
            target: "events";
            after: "thumb_gen2";
         }
      }
   }
   group { name: "e/conf/wallpaper/main/mini-theme";
      inherit: "e/conf/wallpaper/main/mini";
      parts {
         part { name: "theme"; type: TEXT; mouse_events: 0;
            insert_after: "e.swallow.content";
            description { state: "default" 0.0;
               visible: 0;
               rel.to: "e.swallow.content";
               rel1.offset: 4 4;
               rel2.offset: -5 -5;
               color: 255 255 255 255;
               text { font: FNBD; size: 10;
                  text: "THEME";
                  align: 1.0 1.0;
                  min: 0 1;
               }
            }
            description { state: "visible" 0.0;
               inherit: "default" 0.0;
               visible: 1;
            }
         }
      }
      programs {
         program { signal: "e,action,thumb,gen"; source: "e";
            action: STATE_SET "visible" 0.0;
            target: "theme";
         }
         program { signal: "e,action,thumb,ungen"; source: "e";
            action: STATE_SET "default" 0.0;
            target: "theme";
         }
      }
   }
   group { name: "e/conf/wallpaper/main/mini-remote";
      inherit: "e/conf/wallpaper/main/mini";
   }
   group { name: "e/conf/wallpaper/main/scrollframe";
      inherit: "e/widgets/scrollframe";
   }