diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index ce07153ec..fae4009e2 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -119,48 +119,7 @@ img/cell_sig_1.png \ img/cell_sig_2.png \ img/cell_sig_3.png \ img/cell_sig_4.png \ -img/clock_h2.png \ -img/clock_h3.png \ -img/clock_h4.png \ -img/clock_h5.png \ -img/clock_h6.png \ -img/clock_h7.png \ -img/clock_h.png \ -img/clock_hs2.png \ -img/clock_hs3.png \ -img/clock_hs4.png \ -img/clock_hs5.png \ -img/clock_hs6.png \ -img/clock_hs7.png \ -img/clock_hs.png \ -img/clock_m2.png \ -img/clock_m3.png \ -img/clock_m4.png \ -img/clock_m5.png \ -img/clock_m6.png \ -img/clock_m7.png \ -img/clock_m.png \ -img/clock_ms2.png \ -img/clock_ms3.png \ -img/clock_ms4.png \ -img/clock_ms5.png \ -img/clock_ms6.png \ -img/clock_ms7.png \ -img/clock_ms.png \ -img/clock_s2.png \ -img/clock_s3.png \ -img/clock_s4.png \ -img/clock_s5.png \ -img/clock_s6.png \ -img/clock_s7.png \ -img/clock_s.png \ -img/clock_ss2.png \ -img/clock_ss3.png \ -img/clock_ss4.png \ -img/clock_ss5.png \ -img/clock_ss6.png \ -img/clock_ss7.png \ -img/clock_ss.png \ +img/clock_base.png \ img/col_sel_end_bottom.png \ img/col_sel_end_left.png \ img/col_sel_end_right.png \ @@ -306,9 +265,14 @@ img/sym_up_light_normal.png \ img/sym_up_light_selected.png \ img/tacho_base.png \ img/tacho_hand_big.png \ +img/tacho_hand_big2.png \ +img/tacho_hand_big3.png \ +img/tacho_hand_big4.png \ img/tacho_hand_big_shadow.png \ -img/tacho_hand_small_max.png \ img/tacho_hand_small_min.png \ +img/tacho_hand_small_min2.png \ +img/tacho_hand_small_min3.png \ +img/tacho_hand_small_min4.png \ img/tacho_hand_small_shadow.png \ img/vert_bar_inset.png \ img/vert_glow_run.png \ diff --git a/data/themes/edc/clock.edc b/data/themes/edc/clock.edc index 5f33e9250..7a894a12e 100644 --- a/data/themes/edc/clock.edc +++ b/data/themes/edc/clock.edc @@ -530,39 +530,35 @@ group { name: "e/modules/clock/digital"; } group { name: "e/modules/clock/main"; - images { - image: "hole_tiny.png" COMP; - image: "hole_pixel.png" COMP; -#define SET(_NAME) \ - set { name: _NAME; \ - image { image: _NAME".png" COMP; size: 26 83 99999 99999; } \ - image { image: _NAME"2.png" COMP; size: 23 71 26 82; } \ - image { image: _NAME"3.png" COMP; size: 19 58 22 70; } \ - image { image: _NAME"4.png" COMP; size: 15 45 18 57; } \ - image { image: _NAME"5.png" COMP; size: 11 33 14 44; } \ - image { image: _NAME"6.png" COMP; size: 7 20 10 32; } \ - image { image: _NAME"7.png" COMP; size: 0 0 6 19; } \ - } - SET("clock_h") - SET("clock_hs") - SET("clock_m") - SET("clock_ms") - SET("clock_s") - SET("clock_ss") -#undef SET - set { name: "knob"; - image { image: "knob_sz_24.png" COMP; size: 31 31 32 32; } - image { image: "knob_sz_22.png" COMP; size: 29 29 30 30; } - image { image: "knob_sz_20.png" COMP; size: 27 27 28 28; } - image { image: "knob_sz_18.png" COMP; size: 25 25 26 26; } - image { image: "knob_sz_16.png" COMP; size: 23 23 24 24; } - image { image: "knob_sz_14.png" COMP; size: 21 21 22 22; } - image { image: "knob_sz_12.png" COMP; size: 19 19 20 20; } - image { image: "knob_sz_10.png" COMP; size: 17 17 18 18; } - image { image: "knob_sz_08.png" COMP; size: 15 15 16 16; } - image { image: "knob_sz_06.png" COMP; size: 13 13 14 14; } - image { image: "knob_sz_04.png" COMP; size: 0 0 12 12; } - } + images.image: "clock_base.png" COMP; + images.image: "inset_round_hilight.png" COMP; + images.image: "inset_round_shadow.png" COMP; + images.image: "inset_round_shading.png" COMP; + set { name: "tacho_hand_big"; + image { image: "tacho_hand_big.png" COMP; size: 73 73 99999 99999; } + image { image: "tacho_hand_big2.png" COMP; size: 37 37 72 72; } + image { image: "tacho_hand_big3.png" COMP; size: 19 19 36 36; } + image { image: "tacho_hand_big4.png" COMP; size: 0 0 18 18; } + } + images.image: "tacho_hand_big_shadow.png" COMP; + set { name: "tacho_hand_small_min"; + image { image: "tacho_hand_small_min.png" COMP; size: 73 73 99999 99999; } + image { image: "tacho_hand_small_min2.png" COMP; size: 37 37 72 72; } + image { image: "tacho_hand_small_min3.png" COMP; size: 19 19 36 36; } + image { image: "tacho_hand_small_min4.png" COMP; size: 0 0 18 18; } + } + set { name: "knob"; + image { image: "knob_sz_24.png" COMP; size: 31 31 32 32; } + image { image: "knob_sz_22.png" COMP; size: 29 29 30 30; } + image { image: "knob_sz_20.png" COMP; size: 27 27 28 28; } + image { image: "knob_sz_18.png" COMP; size: 25 25 26 26; } + image { image: "knob_sz_16.png" COMP; size: 23 23 24 24; } + image { image: "knob_sz_14.png" COMP; size: 21 21 22 22; } + image { image: "knob_sz_12.png" COMP; size: 19 19 20 20; } + image { image: "knob_sz_10.png" COMP; size: 17 17 18 18; } + image { image: "knob_sz_08.png" COMP; size: 15 15 16 16; } + image { image: "knob_sz_06.png" COMP; size: 13 13 14 14; } + image { image: "knob_sz_04.png" COMP; size: 0 0 12 12; } } min: 16 16; max: 160 160; @@ -616,88 +612,125 @@ group { name: "e/modules/clock/main"; color: 0 0 0 0; } } - part { name: "base"; type: SPACER; + part { name: "base-sh"; description { state: "default" 0.0; - rel1.offset: -1 -1; - rel2.offset: 0 0; - aspect: 1.0 1.0; - } - } - part { name: "base-sh"; type: SPACER; - description { state: "default" 0.0; - rel1.offset: 0 1; rel1.to: "base"; - rel2.offset: -1 0; + rel1.offset: 0 -1; rel2.to: "base"; + rel2.offset: -1 -2; + image.normal: "inset_round_shadow.png"; } } -#define POINT(_NAME, _SZ, _IMG, _X, _Y) \ - part { name: _NAME; \ - description { state: "default" 0.0; \ - rel1.relative: _X _Y; \ - rel1.to: "base"; \ - rel2.relative: _X _Y; \ - rel2.to: "base"; \ - min: _SZ _SZ; \ - max: _SZ _SZ; \ - fixed: 1 1; \ - image.normal: "hole_"_IMG".png"; \ - } \ + part { name: "base-hi"; + description { state: "default" 0.0; + rel1.to: "base"; + rel1.offset: 0 1; + rel2.to: "base"; + rel2.offset: -1 0; + image.normal: "inset_round_hilight.png"; + } } - POINT("h-12", 4, "tiny", 0.500, 0.100) - POINT("h-01", 3, "pixel", 0.700, 0.154) - POINT("h-02", 3, "pixel", 0.846, 0.300) - POINT("h-03", 4, "tiny", 0.900, 0.500) - POINT("h-04", 3, "pixel", 0.846, 0.700) - POINT("h-05", 3, "pixel", 0.700, 0.846) - POINT("h-06", 4, "tiny", 0.500, 0.900) - POINT("h-07", 3, "pixel", 0.300, 0.846) - POINT("h-08", 3, "pixel", 0.154, 0.700) - POINT("h-09", 4, "tiny", 0.100, 0.500) - POINT("h-10", 3, "pixel", 0.154, 0.300) - POINT("h-11", 3, "pixel", 0.300, 0.154) -#undef POINT -#define HAND(_NAME, _IMG) \ - part { name: _NAME"-sh"; mouse_events: 0; \ - description { state: "default" 0.0; \ - rel1.to: "base-sh"; \ - rel1.relative: (65/160) 0; \ - rel2.to: "base-sh"; \ - rel2.relative: (95/160) (95/160); \ - image.normal: _IMG"s"; \ - map.on: 1; \ - map.rotation.center: "base-sh"; \ - color: 255 255 255 128; \ - } \ - description { state: "hidden" 0.0; \ - inherit: "default" 0.0; \ - visible: 0; \ - } \ - } \ - part { name: _NAME; mouse_events: 0; \ - description { state: "default" 0.0; \ - rel1.to: "base"; \ - rel1.relative: (65/160) 0; \ - rel2.to: "base"; \ - rel2.relative: (95/160) (95/160); \ - image.normal: _IMG; \ - map.on: 1; \ - map.rotation.center: "base"; \ - } \ - description { state: "hidden" 0.0; \ - inherit: "default" 0.0; \ - visible: 0; \ - } \ + part { name: "base"; + description { state: "default" 0.0; + rel1.relative: (25/380) (25/380); + rel2.relative: (365/380) (365/380); + aspect: 1.0 1.0; aspect_preference: BOTH; + image.normal: "clock_base.png"; + } } - HAND("seconds", "clock_s") - HAND("minutes", "clock_m") - HAND("hours", "clock_h") -#undef HAND + part { name: "seconds-sh"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "tacho_hand_big_shadow.png"; + rel1.to: "hours-sh"; + rel2.to: "hours-sh"; + map { + on: 1; + rotation.center: "seconds-sh"; + } + } + description { state: "hidden" 0.0; + inherit: "default" 0.0; + visible: 0; + } + } + part { name: "seconds"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "tacho_hand_big"; + color: 255 0 0 255; + rel1.to: "base"; + rel2.to: "base"; + map { + on: 1; + rotation.center: "base"; + } + } + description { state: "hidden" 0.0; + inherit: "default" 0.0; + visible: 0; + } + } + part { name: "minutes-sh"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "tacho_hand_big_shadow.png"; + rel1.to: "hours-sh"; + rel2.to: "hours-sh"; + map { + on: 1; + rotation.center: "minutes-sh"; + } + } + } + part { name: "minutes"; mouse_events: 0; + description { state: "default" 0.0000; + color: 255 255 255 255; + image.normal: "tacho_hand_big"; + rel1.to: "base"; + rel2.to: "base"; + map { + on: 1; + rotation.center: "base"; + } + } + } + part { name: "hours-sh"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "tacho_hand_small_shadow.png"; + rel1.to: "hours"; + rel1.relative: 0.0 (15/380); + rel1.offset: 0 1; + rel2.to: "hours"; + rel2.relative: 1.0 (395/380); + rel2.offset: -1 0; + map { + on: 1; + rotation.center: "hours-sh"; + } + } + } + part { name: "hours"; mouse_events: 0; + description { state: "default" 0.0; + image.normal: "tacho_hand_small_min"; + color: 255 255 255 255; + rel1.to: "base"; + rel2.to: "base"; + map { + on: 1; + rotation.center: "base"; + } + } + } + part { name: "over"; mouse_events: 0; + description { state: "default" 0.0; + rel1.to: "base"; + rel2.to: "base"; + image.normal: "inset_round_shading.png"; + } + } part { name: "knob"; type: SPACER; description { state: "default" 0.0; - rel1.relative: (18/40) (18/40); + rel1.relative: (140/340) (140/340); rel1.to: "base"; - rel2.relative: (22/40) (22/40); + rel2.relative: (205/340) (205/340); rel2.to: "base"; min: 4 4; step: 2 2; diff --git a/data/themes/edc/cpufreq.edc b/data/themes/edc/cpufreq.edc index 41ba5f231..3d8b53a3f 100644 --- a/data/themes/edc/cpufreq.edc +++ b/data/themes/edc/cpufreq.edc @@ -10,12 +10,6 @@ group { name: "e/modules/cpufreq/main"; image { image: "tacho_hand_big4.png" COMP; size: 0 0 18 18; } } images.image: "tacho_hand_big_shadow.png" COMP; - set { name: "tacho_hand_small_max"; - image { image: "tacho_hand_small_max.png" COMP; size: 73 73 99999 99999; } - image { image: "tacho_hand_small_max2.png" COMP; size: 37 37 72 72; } - image { image: "tacho_hand_small_max3.png" COMP; size: 19 19 36 36; } - image { image: "tacho_hand_small_max4.png" COMP; size: 0 0 18 18; } - } set { name: "tacho_hand_small_min"; image { image: "tacho_hand_small_min.png" COMP; size: 73 73 99999 99999; } image { image: "tacho_hand_small_min2.png" COMP; size: 37 37 72 72; } @@ -251,6 +245,7 @@ group { name: "e/modules/cpufreq/main"; clip_to: "fade_clip"; description { state: "default" 0.0; image.normal: "tacho_hand_small_min"; + color: 51 153 255 255; rel1.to: "base"; rel2.to: "base"; map { @@ -265,7 +260,6 @@ group { name: "e/modules/cpufreq/main"; image.normal: "tacho_hand_small_shadow.png"; rel1.to: "meter_sh"; rel2.to: "meter_sh"; - rel2.relative: 1.0+(2.0/64.0) 1.0+(2.0/64.0); map { on: 1; rotation.center: "meter_max_sh"; @@ -275,7 +269,8 @@ group { name: "e/modules/cpufreq/main"; part { name: "meter_max"; mouse_events: 0; clip_to: "fade_clip"; description { state: "default" 0.0; - image.normal: "tacho_hand_small_max"; + image.normal: "tacho_hand_small_min"; + color: 255 153 51 255; rel1.to: "base"; rel2.to: "base"; map { @@ -303,6 +298,7 @@ group { name: "e/modules/cpufreq/main"; part { name: "meter"; mouse_events: 0; clip_to: "fade_clip"; description { state: "default" 0.0000; + color: 255 0 0 255; image.normal: "tacho_hand_big"; rel1.to: "base"; rel2.to: "base"; diff --git a/data/themes/img/clock_base.png b/data/themes/img/clock_base.png new file mode 100644 index 000000000..4a139bd3e Binary files /dev/null and b/data/themes/img/clock_base.png differ diff --git a/data/themes/img/clock_h.png b/data/themes/img/clock_h.png deleted file mode 100644 index 5a5a6d4e5..000000000 Binary files a/data/themes/img/clock_h.png and /dev/null differ diff --git a/data/themes/img/clock_h2.png b/data/themes/img/clock_h2.png deleted file mode 100644 index faa899088..000000000 Binary files a/data/themes/img/clock_h2.png and /dev/null differ diff --git a/data/themes/img/clock_h3.png b/data/themes/img/clock_h3.png deleted file mode 100644 index 46f770d0d..000000000 Binary files a/data/themes/img/clock_h3.png and /dev/null differ diff --git a/data/themes/img/clock_h4.png b/data/themes/img/clock_h4.png deleted file mode 100644 index 2bd969a37..000000000 Binary files a/data/themes/img/clock_h4.png and /dev/null differ diff --git a/data/themes/img/clock_h5.png b/data/themes/img/clock_h5.png deleted file mode 100644 index bbd419197..000000000 Binary files a/data/themes/img/clock_h5.png and /dev/null differ diff --git a/data/themes/img/clock_h6.png b/data/themes/img/clock_h6.png deleted file mode 100644 index c4ed40194..000000000 Binary files a/data/themes/img/clock_h6.png and /dev/null differ diff --git a/data/themes/img/clock_h7.png b/data/themes/img/clock_h7.png deleted file mode 100644 index 2b047892e..000000000 Binary files a/data/themes/img/clock_h7.png and /dev/null differ diff --git a/data/themes/img/clock_hs.png b/data/themes/img/clock_hs.png deleted file mode 100644 index e8bd2a481..000000000 Binary files a/data/themes/img/clock_hs.png and /dev/null differ diff --git a/data/themes/img/clock_hs2.png b/data/themes/img/clock_hs2.png deleted file mode 100644 index 5db1292a0..000000000 Binary files a/data/themes/img/clock_hs2.png and /dev/null differ diff --git a/data/themes/img/clock_hs3.png b/data/themes/img/clock_hs3.png deleted file mode 100644 index d293df90b..000000000 Binary files a/data/themes/img/clock_hs3.png and /dev/null differ diff --git a/data/themes/img/clock_hs4.png b/data/themes/img/clock_hs4.png deleted file mode 100644 index 7410837a1..000000000 Binary files a/data/themes/img/clock_hs4.png and /dev/null differ diff --git a/data/themes/img/clock_hs5.png b/data/themes/img/clock_hs5.png deleted file mode 100644 index 52405be49..000000000 Binary files a/data/themes/img/clock_hs5.png and /dev/null differ diff --git a/data/themes/img/clock_hs6.png b/data/themes/img/clock_hs6.png deleted file mode 100644 index 4dd7938d1..000000000 Binary files a/data/themes/img/clock_hs6.png and /dev/null differ diff --git a/data/themes/img/clock_hs7.png b/data/themes/img/clock_hs7.png deleted file mode 100644 index 19550cd40..000000000 Binary files a/data/themes/img/clock_hs7.png and /dev/null differ diff --git a/data/themes/img/clock_m.png b/data/themes/img/clock_m.png deleted file mode 100644 index ab0856037..000000000 Binary files a/data/themes/img/clock_m.png and /dev/null differ diff --git a/data/themes/img/clock_m2.png b/data/themes/img/clock_m2.png deleted file mode 100644 index 7051c9c60..000000000 Binary files a/data/themes/img/clock_m2.png and /dev/null differ diff --git a/data/themes/img/clock_m3.png b/data/themes/img/clock_m3.png deleted file mode 100644 index 207ab3a26..000000000 Binary files a/data/themes/img/clock_m3.png and /dev/null differ diff --git a/data/themes/img/clock_m4.png b/data/themes/img/clock_m4.png deleted file mode 100644 index 67dac93b8..000000000 Binary files a/data/themes/img/clock_m4.png and /dev/null differ diff --git a/data/themes/img/clock_m5.png b/data/themes/img/clock_m5.png deleted file mode 100644 index 68a4e7f72..000000000 Binary files a/data/themes/img/clock_m5.png and /dev/null differ diff --git a/data/themes/img/clock_m6.png b/data/themes/img/clock_m6.png deleted file mode 100644 index 440650f92..000000000 Binary files a/data/themes/img/clock_m6.png and /dev/null differ diff --git a/data/themes/img/clock_m7.png b/data/themes/img/clock_m7.png deleted file mode 100644 index e748bbe6f..000000000 Binary files a/data/themes/img/clock_m7.png and /dev/null differ diff --git a/data/themes/img/clock_ms.png b/data/themes/img/clock_ms.png deleted file mode 100644 index e2e4dac6a..000000000 Binary files a/data/themes/img/clock_ms.png and /dev/null differ diff --git a/data/themes/img/clock_ms2.png b/data/themes/img/clock_ms2.png deleted file mode 100644 index 9873b8871..000000000 Binary files a/data/themes/img/clock_ms2.png and /dev/null differ diff --git a/data/themes/img/clock_ms3.png b/data/themes/img/clock_ms3.png deleted file mode 100644 index 14d0333ee..000000000 Binary files a/data/themes/img/clock_ms3.png and /dev/null differ diff --git a/data/themes/img/clock_ms4.png b/data/themes/img/clock_ms4.png deleted file mode 100644 index 44ada1640..000000000 Binary files a/data/themes/img/clock_ms4.png and /dev/null differ diff --git a/data/themes/img/clock_ms5.png b/data/themes/img/clock_ms5.png deleted file mode 100644 index c2658343f..000000000 Binary files a/data/themes/img/clock_ms5.png and /dev/null differ diff --git a/data/themes/img/clock_ms6.png b/data/themes/img/clock_ms6.png deleted file mode 100644 index 45153b77a..000000000 Binary files a/data/themes/img/clock_ms6.png and /dev/null differ diff --git a/data/themes/img/clock_ms7.png b/data/themes/img/clock_ms7.png deleted file mode 100644 index a4777d7ff..000000000 Binary files a/data/themes/img/clock_ms7.png and /dev/null differ diff --git a/data/themes/img/clock_s.png b/data/themes/img/clock_s.png deleted file mode 100644 index 177c3f998..000000000 Binary files a/data/themes/img/clock_s.png and /dev/null differ diff --git a/data/themes/img/clock_s2.png b/data/themes/img/clock_s2.png deleted file mode 100644 index b85e40797..000000000 Binary files a/data/themes/img/clock_s2.png and /dev/null differ diff --git a/data/themes/img/clock_s3.png b/data/themes/img/clock_s3.png deleted file mode 100644 index 9c9ea4133..000000000 Binary files a/data/themes/img/clock_s3.png and /dev/null differ diff --git a/data/themes/img/clock_s4.png b/data/themes/img/clock_s4.png deleted file mode 100644 index c3d510bba..000000000 Binary files a/data/themes/img/clock_s4.png and /dev/null differ diff --git a/data/themes/img/clock_s5.png b/data/themes/img/clock_s5.png deleted file mode 100644 index fbc4e3102..000000000 Binary files a/data/themes/img/clock_s5.png and /dev/null differ diff --git a/data/themes/img/clock_s6.png b/data/themes/img/clock_s6.png deleted file mode 100644 index e7f1ba84b..000000000 Binary files a/data/themes/img/clock_s6.png and /dev/null differ diff --git a/data/themes/img/clock_s7.png b/data/themes/img/clock_s7.png deleted file mode 100644 index a051453d6..000000000 Binary files a/data/themes/img/clock_s7.png and /dev/null differ diff --git a/data/themes/img/clock_ss.png b/data/themes/img/clock_ss.png deleted file mode 100644 index aa9cbceae..000000000 Binary files a/data/themes/img/clock_ss.png and /dev/null differ diff --git a/data/themes/img/clock_ss2.png b/data/themes/img/clock_ss2.png deleted file mode 100644 index 58cf1078b..000000000 Binary files a/data/themes/img/clock_ss2.png and /dev/null differ diff --git a/data/themes/img/clock_ss3.png b/data/themes/img/clock_ss3.png deleted file mode 100644 index 1d87f9efa..000000000 Binary files a/data/themes/img/clock_ss3.png and /dev/null differ diff --git a/data/themes/img/clock_ss4.png b/data/themes/img/clock_ss4.png deleted file mode 100644 index e30a86fe7..000000000 Binary files a/data/themes/img/clock_ss4.png and /dev/null differ diff --git a/data/themes/img/clock_ss5.png b/data/themes/img/clock_ss5.png deleted file mode 100644 index 66b435ba9..000000000 Binary files a/data/themes/img/clock_ss5.png and /dev/null differ diff --git a/data/themes/img/clock_ss6.png b/data/themes/img/clock_ss6.png deleted file mode 100644 index 95b12a182..000000000 Binary files a/data/themes/img/clock_ss6.png and /dev/null differ diff --git a/data/themes/img/clock_ss7.png b/data/themes/img/clock_ss7.png deleted file mode 100644 index 423eef3bf..000000000 Binary files a/data/themes/img/clock_ss7.png and /dev/null differ diff --git a/data/themes/img/tacho_hand_big.png b/data/themes/img/tacho_hand_big.png index cf12373e4..886808def 100644 Binary files a/data/themes/img/tacho_hand_big.png and b/data/themes/img/tacho_hand_big.png differ diff --git a/data/themes/img/tacho_hand_big2.png b/data/themes/img/tacho_hand_big2.png index b62751c3a..a162457de 100644 Binary files a/data/themes/img/tacho_hand_big2.png and b/data/themes/img/tacho_hand_big2.png differ diff --git a/data/themes/img/tacho_hand_big3.png b/data/themes/img/tacho_hand_big3.png index 8d468b07e..71832ac14 100644 Binary files a/data/themes/img/tacho_hand_big3.png and b/data/themes/img/tacho_hand_big3.png differ diff --git a/data/themes/img/tacho_hand_big4.png b/data/themes/img/tacho_hand_big4.png index 50ac68933..c14b265ea 100644 Binary files a/data/themes/img/tacho_hand_big4.png and b/data/themes/img/tacho_hand_big4.png differ diff --git a/data/themes/img/tacho_hand_small_max.png b/data/themes/img/tacho_hand_small_max.png deleted file mode 100644 index b014d1540..000000000 Binary files a/data/themes/img/tacho_hand_small_max.png and /dev/null differ diff --git a/data/themes/img/tacho_hand_small_max2.png b/data/themes/img/tacho_hand_small_max2.png deleted file mode 100644 index 24fc37ade..000000000 Binary files a/data/themes/img/tacho_hand_small_max2.png and /dev/null differ diff --git a/data/themes/img/tacho_hand_small_max3.png b/data/themes/img/tacho_hand_small_max3.png deleted file mode 100644 index 9a0018284..000000000 Binary files a/data/themes/img/tacho_hand_small_max3.png and /dev/null differ diff --git a/data/themes/img/tacho_hand_small_max4.png b/data/themes/img/tacho_hand_small_max4.png deleted file mode 100644 index 08b60047d..000000000 Binary files a/data/themes/img/tacho_hand_small_max4.png and /dev/null differ diff --git a/data/themes/img/tacho_hand_small_min.png b/data/themes/img/tacho_hand_small_min.png index 1371999dd..f7b91f02c 100644 Binary files a/data/themes/img/tacho_hand_small_min.png and b/data/themes/img/tacho_hand_small_min.png differ diff --git a/data/themes/img/tacho_hand_small_min2.png b/data/themes/img/tacho_hand_small_min2.png index 5d3bc1447..ab450ace3 100644 Binary files a/data/themes/img/tacho_hand_small_min2.png and b/data/themes/img/tacho_hand_small_min2.png differ diff --git a/data/themes/img/tacho_hand_small_min3.png b/data/themes/img/tacho_hand_small_min3.png index 2e11a0dc0..def4b2f6f 100644 Binary files a/data/themes/img/tacho_hand_small_min3.png and b/data/themes/img/tacho_hand_small_min3.png differ diff --git a/data/themes/img/tacho_hand_small_min4.png b/data/themes/img/tacho_hand_small_min4.png index 3700d5c05..9b4f4aba5 100644 Binary files a/data/themes/img/tacho_hand_small_min4.png and b/data/themes/img/tacho_hand_small_min4.png differ