enlightenment-module-desksa.../e-module-desksanity.edc

46 lines
1.3 KiB
Plaintext
Raw Normal View History

2013-10-15 07:37:39 -07:00
collections {
2014-02-11 16:33:43 -08:00
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";
}
}
}
}
2013-10-15 07:37:39 -07:00
group { name: "e/modules/desksanity/moveresize";
parts {
part { name: "outline"; type: TEXT; mouse_events: 0;
effect: OUTLINE;
scale: 1;
description { state: "default" 0.0;
rel1.to: "e.text";
2013-10-17 02:43:13 -07:00
rel1.offset: -1 -1;
2013-10-15 07:37:39 -07:00
rel2.to: "e.text";
color: 0 0 0 255;
color2: 0 0 0 255;
color3: 0 0 0 255;
2013-10-17 02:43:13 -07:00
text { font: "Sans"; size: 16;
2013-10-15 07:37:39 -07:00
text_source: "e.text";
min: 1 1;
}
}
}
part { name: "e.text"; type: TEXT; mouse_events: 0;
effect: GLOW;
scale: 1;
description { state: "default" 0.0;
color: 51 153 255 255;
color2: 51 153 255 24;
color3: 51 153 255 18;
text { font: "Sans"; size: 16;
min: 1 1;
}
}
}
}
}
}