diff options
Diffstat (limited to 'data/themes/edc/packagekit.edc')
-rw-r--r-- | data/themes/edc/packagekit.edc | 180 |
1 files changed, 180 insertions, 0 deletions
diff --git a/data/themes/edc/packagekit.edc b/data/themes/edc/packagekit.edc new file mode 100644 index 0000000..9859d92 --- /dev/null +++ b/data/themes/edc/packagekit.edc | |||
@@ -0,0 +1,180 @@ | |||
1 | |||
2 | images { | ||
3 | image: "packagekit_base.png" COMP; | ||
4 | image: "packagekit_info_bugfix.png" COMP; | ||
5 | image: "packagekit_info_enhancement.png" COMP; | ||
6 | image: "packagekit_info_important.png" COMP; | ||
7 | image: "packagekit_info_low.png" COMP; | ||
8 | image: "packagekit_info_normal.png" COMP; | ||
9 | image: "packagekit_info_security.png" COMP; | ||
10 | image: "packagekit_work1.png" COMP; | ||
11 | image: "packagekit_work2.png" COMP; | ||
12 | image: "packagekit_work3.png" COMP; | ||
13 | image: "packagekit_work4.png" COMP; | ||
14 | image: "packagekit_updates.png" COMP; | ||
15 | image: "packagekit_updated.png" COMP; | ||
16 | image: "packagekit_error.png" COMP; | ||
17 | } | ||
18 | |||
19 | group { name: "icon"; | ||
20 | max: 24 24; | ||
21 | parts { | ||
22 | part { name: "image"; | ||
23 | type: IMAGE; | ||
24 | mouse_events: 0; | ||
25 | description { state: "default" 0.0; | ||
26 | aspect: 1.0 1.0; | ||
27 | aspect_preference: BOTH; | ||
28 | image.normal: "packagekit_base.png"; | ||
29 | } | ||
30 | } | ||
31 | } | ||
32 | } | ||
33 | |||
34 | group { name: "e/modules/packagekit/icon/bugfix"; | ||
35 | parts { | ||
36 | part { name: "image"; type: IMAGE; | ||
37 | mouse_events: 0; | ||
38 | description { state: "default" 0.0; | ||
39 | image.normal: "packagekit_info_bugfix.png"; | ||
40 | } | ||
41 | } | ||
42 | } | ||
43 | } | ||
44 | |||
45 | group { name: "e/modules/packagekit/icon/enhancement"; | ||
46 | parts { | ||
47 | part { name: "image"; type: IMAGE; | ||
48 | mouse_events: 0; | ||
49 | description { state: "default" 0.0; | ||
50 | image.normal: "packagekit_info_enhancement.png"; | ||
51 | } | ||
52 | } | ||
53 | } | ||
54 | } | ||
55 | |||
56 | group { name: "e/modules/packagekit/icon/important"; | ||
57 | parts { | ||
58 | part { name: "image"; type: IMAGE; | ||
59 | mouse_events: 0; | ||
60 | description { state: "default" 0.0; | ||
61 | image.normal: "packagekit_info_important.png"; | ||
62 | } | ||
63 | } | ||
64 | } | ||
65 | } | ||
66 | |||
67 | group { name: "e/modules/packagekit/icon/low"; | ||
68 | parts { | ||
69 | part { name: "image"; type: IMAGE; | ||
70 | mouse_events: 0; | ||
71 | description { state: "default" 0.0; | ||
72 | image.normal: "packagekit_info_low.png"; | ||
73 | } | ||
74 | } | ||
75 | } | ||
76 | } | ||
77 | |||
78 | group { name: "e/modules/packagekit/icon/normal"; | ||
79 | parts { | ||
80 | part { name: "image"; type: IMAGE; | ||
81 | mouse_events: 0; | ||
82 | description { state: "default" 0.0; | ||
83 | image.normal: "packagekit_info_normal.png"; | ||
84 | } | ||
85 | } | ||
86 | } | ||
87 | } | ||
88 | |||
89 | group { name: "e/modules/packagekit/icon/security"; | ||
90 | parts { | ||
91 | part { name: "image"; type: IMAGE; | ||
92 | mouse_events: 0; | ||
93 | description { state: "default" 0.0; | ||
94 | image.normal: "packagekit_info_security.png"; | ||
95 | } | ||
96 | } | ||
97 | } | ||
98 | } | ||
99 | |||
100 | group { name: "e/modules/packagekit/main"; | ||
101 | max: 128 128; | ||
102 | parts { | ||
103 | part { name: "base"; type: IMAGE; | ||
104 | description { state: "default" 0.0; | ||
105 | aspect: 1.0 1.0; | ||
106 | aspect_preference: BOTH; | ||
107 | image.normal: "packagekit_base.png"; | ||
108 | } | ||
109 | } | ||
110 | part { name: "status"; type: IMAGE; | ||
111 | description { state: "default" 0.0; | ||
112 | aspect: 1.0 1.0; | ||
113 | aspect_preference: BOTH; | ||
114 | visible: 0; | ||
115 | } | ||
116 | description { state: "running" 0.0; | ||
117 | inherit: "default" 0.0; | ||
118 | visible: 1; | ||
119 | image.normal: "packagekit_work1.png"; | ||
120 | image.tween: "packagekit_work2.png"; | ||
121 | image.tween: "packagekit_work3.png"; | ||
122 | image.tween: "packagekit_work4.png"; | ||
123 | } | ||
124 | description { state: "updates" 0.0; | ||
125 | inherit: "default" 0.0; | ||
126 | visible: 1; | ||
127 | image.normal: "packagekit_updates.png"; | ||
128 | } | ||
129 | description { state: "updated" 0.0; | ||
130 | inherit: "default" 0.0; | ||
131 | visible: 1; | ||
132 | image.normal: "packagekit_updated.png"; | ||
133 | } | ||
134 | description { state: "error" 0.0; | ||
135 | inherit: "default" 0.0; | ||
136 | visible: 1; | ||
137 | image.normal: "packagekit_error.png"; | ||
138 | } | ||
139 | } | ||
140 | part { name: "num_updates"; type: TEXT; | ||
141 | effect: SHADOW; | ||
142 | description { state: "default" 0.0; | ||
143 | text { | ||
144 | font: FNBD; | ||
145 | size: 9; | ||
146 | } | ||
147 | } | ||
148 | } | ||
149 | } | ||
150 | programs { | ||
151 | program { | ||
152 | signal: "packagekit,state,none"; source: "e"; | ||
153 | action: STATE_SET "default" 0.0; | ||
154 | target: "status"; | ||
155 | } | ||
156 | program { | ||
157 | name: "working"; | ||
158 | signal: "packagekit,state,working"; source: "e"; | ||
159 | action: STATE_SET "running" 0.0; | ||
160 | target: "status"; | ||
161 | transition: LINEAR 0.3; | ||
162 | after: "working"; | ||
163 | } | ||
164 | program { | ||
165 | signal: "packagekit,state,updates"; source: "e"; | ||
166 | action: STATE_SET "updates" 0.0; | ||
167 | target: "status"; | ||
168 | } | ||
169 | program { | ||
170 | signal: "packagekit,state,updated"; source: "e"; | ||
171 | action: STATE_SET "updated" 0.0; | ||
172 | target: "status"; | ||
173 | } | ||
174 | program { | ||
175 | signal: "packagekit,state,error"; source: "e"; | ||
176 | action: STATE_SET "error" 0.0; | ||
177 | target: "status"; | ||
178 | } | ||
179 | } | ||
180 | } | ||