Cpumonitor Theme: Add a theme for the base and the core. This fixes aspect.

This commit is contained in:
Stephen 'Okra' Houston 2017-08-23 19:01:52 -05:00
parent a6c7234afa
commit 95d0a85933
1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
group { name: "e/gadget/cpumonitor/main";
alias: "e/gadget/cpumonitor/main_vert";
parts {
part { name: "e.swallow.content"; type: SWALLOW;
description { state: "default" 0.0;
aspect: 1 1;
aspect_preference: BOTH;
}
}
}
}
group { name: "e/gadget/cpumonitor/core/main";
image: "cpu_bar.png" COMP;
image: "cpu_green_on.png" COMP;
image: "cpu_yellow_on.png" COMP;
@ -87,7 +98,7 @@ group { name: "e/gadget/cpumonitor/main";
}
}
group { name: "e/gadget/cpumonitor/main_vert";
group { name: "e/gadget/cpumonitor/core/main_vert";
image: "cpu_bar_vert.png" COMP;
image: "cpu_green_on_vert.png" COMP;
image: "cpu_yellow_on_vert.png" COMP;