make e17 ibar separator an inset bevel so it fits in more

devs/sachiel/e19
Carsten Haitzler 11 years ago
parent 271b29504d
commit 924e3eff01
  1. 1
      data/themes/Makefile.am
  2. 20
      data/themes/edc/ibar-ibox.edc
  3. BIN
      data/themes/img/bevel_dark_in.png

@ -93,6 +93,7 @@ img/bat_shine.png \
img/bat_top0.png \
img/bat_top1.png \
img/bevel_curved_horiz_out.png \
img/bevel_dark_in.png \
img/bevel_dark_out.png \
img/bevel_horiz_out.png \
img/bevel_in.png \

@ -1,10 +1,14 @@
group { name: "e/modules/ibar/separator/default";
images.image: "vertical_separated_bar_glow.png" COMP;
images.image: "bevel_dark_in.png" COMP;
parts {
part { name: "sep"; mouse_events: 0;
part { name: "base";
description { state: "default" 0.0;
image.normal: "vertical_separated_bar_glow.png";
image.border: 7 7 7 7;
min: 2 2;
max: 2 99999;
rel1.offset: 4 4;
rel2.offset: -5 -5;
image.normal: "bevel_dark_in.png";
image.border: 2 2 2 2;
fill.smooth: 0;
}
}
@ -12,13 +16,11 @@ group { name: "e/modules/ibar/separator/default";
}
group { name: "e/modules/ibar/separator/horizontal";
images.image: "horizontal_separated_bar_small_glow.png" COMP;
inherit: "e/modules/ibar/separator/default";
parts {
part { name: "sep"; mouse_events: 0;
part { name: "base";
description { state: "default" 0.0;
image.normal: "horizontal_separated_bar_small_glow.png";
image.border: 4 4 4 4;
fill.smooth: 0;
max: 99999 2;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

Loading…
Cancel
Save