|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|