Th - border procstats - look nicer given current module

This commit is contained in:
Carsten Haitzler 2021-03-27 13:44:22 +00:00
parent c164f7813a
commit b9206bfdda
1 changed files with 12 additions and 17 deletions

View File

@ -564,19 +564,14 @@ group { name: "e/widgets/border/default/border";
aspect: 1.0 1.0; aspect_preference: VERTICAL; aspect: 1.0 1.0; aspect_preference: VERTICAL;
} }
} }
part { name: "procstats"; part { name: "procstats"; type: RECT;
type: RECT; mouse_events: 0;
repeat_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 0; rel1.to_x: "e.procstats.swallow";
rel1.to: "e.swallow.volume"; rel2.to_x: "e.procstats.swallow";
rel1.relative: 1.0 0.0; rel1.to_y: "top";
rel2.to: "e.swallow.volume"; rel2.to_y: "top";
rel2.relative: 1.0 1.0; color: 0 0 0 0;
rel2.offset: 0.0 -1;
color: 0 0 0 128;
align: 0.0 0.5;
aspect: 1.0 1.0; aspect_preference: VERTICAL;
visible: 0; visible: 0;
} }
description { state: "visible"; description { state: "visible";
@ -585,16 +580,16 @@ group { name: "e/widgets/border/default/border";
} }
} }
part { name: "e.procstats.swallow"; type: SWALLOW; part { name: "e.procstats.swallow"; type: SWALLOW;
scale: 1.0; scale: 1;
repeat_events: 1; repeat_events: 1;
description { state: "default" 0.0; description { state: "default" 0.0;
fixed: 1 0; fixed: 1 0;
rel1.to: "procstats"; rel1.to: "e.swallow.volume";
rel2.to: "procstats"; rel1.relative: 1.0 0.0;
rel2.to: "e.swallow.volume";
rel2.relative: 1.0 1.0; rel2.relative: 1.0 1.0;
rel2.offset: 0.0 -1; rel2.offset: 0 -1;
align: 0.0 0.5; align: 0.0 0.5;
aspect: 1.0 1.0; aspect_preference: VERTICAL;
visible: 0; visible: 0;
} }
description { state: "visible"; description { state: "visible";