diff options
author | Stephen 'Okra' Houston <smhouston88@gmail.com> | 2017-07-12 01:24:43 -0500 |
---|---|---|
committer | Stephen 'Okra' Houston <smhouston88@gmail.com> | 2017-07-12 01:25:47 -0500 |
commit | 1130d10852a341e66dffbee4e23f663c66a9c0c2 (patch) | |
tree | f6c0932120b71b62363c79af7e1a22486a8d0c4b /data | |
parent | 2ee389c54bbab49d8a3124d455125393d4b07aa7 (diff) |
Theme: Don't display freq on the meter for cpuclock.
Diffstat (limited to 'data')
-rw-r--r-- | data/elementary/themes/edc/cpufreq.edc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/cpufreq.edc b/data/elementary/themes/edc/cpufreq.edc index c8a581ac54..fac534d78c 100644 --- a/data/elementary/themes/edc/cpufreq.edc +++ b/data/elementary/themes/edc/cpufreq.edc @@ -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; + } + } + } +} + |