enlightenment/data/themes/default_pager.edc

216 lines
3.7 KiB
Plaintext

images {
image: "e17_pager_desk.png" COMP;
image: "e17_pager_desk_sel.png" COMP;
image: "e17_pager_window.png" COMP;
}
group {
name: "modules/pager/main";
parts {
part {
name: "background";
mouse_events: 1;
description {
state: "default" 0.0;
rel1 {
to: "overlay";
}
rel2 {
to: "overlay";
}
image {
normal: "e17_ibar_bg_h.png";
border: 6 6 6 6;
}
fill {
smooth: 0;
}
}
}
part {
name: "items";
mouse_events: 0;
type: SWALLOW;
description {
state: "default" 0.0;
rel1 {
offset: 5 5;
}
rel2 {
offset: -6 -6;
}
color: 0 0 0 0;
}
}
part {
name: "overlay";
mouse_events: 0;
description {
state: "default" 0.0;
image {
normal: "e17_ibar_over_h.png";
border: 13 13 13 13;
}
fill {
smooth: 0;
}
}
}
}
}
group {
name: "modules/pager/desk";
parts {
part {
name: "clip";
mouse_events: 0;
type: RECT;
description {
state: "default" 0.0;
rel1 {
offset: 2 2;
}
rel2 {
offset: -3 -3;
}
color: 255 255 255 128;
}
description {
state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
part {
name: "sel";
mouse_events: 0;
description {
state: "default" 0.0;
visible: 0;
rel1 {
offset: 2 2;
}
rel2 {
offset: -3 -3;
}
image {
normal: "e17_pager_desk_sel.png";
}
color: 255 255 255 0;
}
description {
state: "active" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
}
}
part {
name: "overlay";
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
offset: 1 1;
}
rel2 {
offset: -2 -2;
}
image {
normal: "e17_pager_desk.png";
border: 2 2 2 2;
}
color: 255 255 255 64;
}
description {
state: "active" 0.0;
inherit: "default" 0.0;
color: 255 255 255 255;
}
}
part {
name: "items";
mouse_events: 0;
type: SWALLOW;
clip_to: "clip";
description {
state: "default" 0.0;
rel1 {
offset: 2 2;
}
rel2 {
offset: -3 -3;
}
color: 0 0 0 0;
}
}
}
programs {
program {
name: "go_active";
signal: "active";
source: "";
action: STATE_SET "active" 0.0;
transition: SINUSOIDAL 0.25;
target: "clip";
target: "sel";
target: "overlay";
}
program {
name: "go_passive";
signal: "passive";
source: "";
action: STATE_SET "default" 0.0;
transition: SINUSOIDAL 1.0;
target: "clip";
target: "sel";
target: "overlay";
}
}
}
group {
name: "modules/pager/window";
parts {
part {
name: "overlay";
mouse_events: 0;
description {
state: "default" 0.0;
rel1 {
relative: 0.0 0.0;
offset: -1 -1;
}
rel2 {
relative: 1.0 1.0;
offset: 2 2;
}
image {
normal: "e17_pager_window.png";
border: 6 13 7 5;
}
}
}
part {
name: "icon";
mouse_events: 0;
type: SWALLOW;
description {
state: "default" 0.0;
align: 1.0 1.0;
max: 24 24;
aspect: 1.0 1.0;
rel1 {
offset: 1 5;
}
rel2 {
offset: -2 -2;
}
color: 0 0 0 0;
}
}
}
}