add module icon

This commit is contained in:
Mike Blumenkrantz 2014-02-11 19:33:43 -05:00
parent 528250de98
commit c90c682587
3 changed files with 13 additions and 2 deletions

View File

@ -17,10 +17,10 @@ files_DATA = module.desktop e-module-desksanity.edj # images/icon.png
EXTRA_DIST = module.desktop.in \ EXTRA_DIST = module.desktop.in \
e_modules-desksanity.spec.in \ e_modules-desksanity.spec.in \
e-module-desksanity.edc \ e-module-desksanity.edc \
images/trophy.png epic-e-256.png
e-module-desksanity.edj: e-module-desksanity.edc e-module-desksanity.edj: e-module-desksanity.edc
$(EDJE_CC) $< $@ $(EDJE_CC) -id $(top_srcdir) $< $@
clean-local: clean-local:
rm -rf *.edj module.desktop e_modules-desksanity.spec *~ rm -rf *.edj module.desktop e_modules-desksanity.spec *~

View File

@ -1,4 +1,15 @@
collections { collections {
group { name: "icon";
images.image: "epic-e-256.png" COMP;
parts {
part { name: "icon"; mouse_events: 0;
description { state: "default";
aspect_preference: BOTH;
image.normal: "epic-e-256.png";
}
}
}
}
group { name: "e/modules/desksanity/moveresize"; group { name: "e/modules/desksanity/moveresize";
parts { parts {
part { name: "outline"; type: TEXT; mouse_events: 0; part { name: "outline"; type: TEXT; mouse_events: 0;

BIN
epic-e-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB