theme - make dark rounded square less transp. and add shadow to ibar menu

This commit is contained in:
Carsten Haitzler 2014-01-13 05:07:52 +09:00
parent fa8d305caf
commit da3e22e851
5 changed files with 15 additions and 2 deletions

View File

@ -237,6 +237,7 @@ group { name: "e/modules/ibar/menu";
group { name: "e/modules/ibar/menu/item";
images.image: "glow_small.png" COMP;
images.image: "win_shadow.png" COMP;
parts {
part { name: "icon"; type: SPACER;
description { state: "default";
@ -248,6 +249,18 @@ group { name: "e/modules/ibar/menu/item";
max: 48 48;
}
}
part { name: "shadow"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "win_shadow.png";
image.border: 14 14 14 14;
image.middle: 0;
rel1.to: "e.swallow.icon";
rel1.offset: -7 -3;
rel2.to: "e.swallow.icon";
rel2.offset: 6 11;
fill.smooth: 0;
}
}
part { name: "glow"; mouse_events: 0;
description { state: "default" 0.0;
rel1.to: "e.swallow.icon";
@ -274,8 +287,8 @@ group { name: "e/modules/ibar/menu/item";
}
description { state: "focus";
inherit: "default";
rel1.offset: -2 -2;
rel2.offset: 1 1;
rel1.offset: -4 -4;
rel2.offset: 3 3;
}
}
part { name: "e.text.title"; type: TEXT; mouse_events: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 837 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.