Theme: Don't display freq on the meter for cpuclock.

This commit is contained in:
Stephen 'Okra' Houston 2017-07-12 01:24:43 -05:00
parent 2ee389c54b
commit 1130d10852
1 changed files with 16 additions and 0 deletions

View File

@ -351,3 +351,19 @@ group { name: "e/modules/cpufreq/main";
}
}
}
group { name: "e/gadget/cpuclock/main";
alias: "e/gadget/cpuclock/main_vert";
inherit: "e/modules/cpufreq/main";
parts {
part { name: "readout"; type: TEXT; mouse_events: 0;
scale: 1;
effect: SHADOW BOTTOM;
clip_to: "fade_clip";
description { state: "default" 0.0;
visible: 0;
}
}
}
}