diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 2bea3fda8..521538396 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -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 \ diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index ff388ce04..97f6e68dc 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -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; } } } diff --git a/data/themes/img/bevel_dark_in.png b/data/themes/img/bevel_dark_in.png new file mode 100644 index 000000000..f40f132f1 Binary files /dev/null and b/data/themes/img/bevel_dark_in.png differ