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"; | |||
351 | } | 351 | } |
352 | } | 352 | } |
353 | } | 353 | } |
354 | |||
355 | group { name: "e/gadget/cpuclock/main"; | ||
356 | alias: "e/gadget/cpuclock/main_vert"; | ||
357 | inherit: "e/modules/cpufreq/main"; | ||
358 | parts { | ||
359 | part { name: "readout"; type: TEXT; mouse_events: 0; | ||
360 | scale: 1; | ||
361 | effect: SHADOW BOTTOM; | ||
362 | clip_to: "fade_clip"; | ||
363 | description { state: "default" 0.0; | ||
364 | visible: 0; | ||
365 | } | ||
366 | } | ||
367 | } | ||
368 | } | ||
369 | |||