TH - tiling

This commit is contained in:
Carsten Haitzler 2019-04-01 01:09:55 +01:00
parent 6a705567df
commit 2af38da300
1 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,13 @@
group { "e/modules/tiling/indicator";
images.image: "outline_glow.png" COMP;
images.image: "diagonal_stripes.png" COMP;
parts {
rect { "main";
desc { "default";
color: 100 100 100 100;
part { name: "base"; mouse_events: 0;
description { state: "default" 0.0;
image.normal: "outline_glow.png";
image.border: 4 4 4 4;
image.middle: 0;
fill.smooth: 0;
}
}
image { "background";
@ -20,8 +25,9 @@ group { "e/modules/tiling/indicator";
}
}
swallow { "e.client.icon";
scale: 1;
desc { "default";
min: 20 20;
min: 24 24;
rel1 {
relative: 0.5 0.5;
}