From 00dc2f323048b71c063eb8302226c7b03f01fd46 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 10 Oct 2006 13:36:31 +0000 Subject: [PATCH] Change to generic module label color class. SVN revision: 26484 --- data/themes/default_battery.edc | 4 ++-- data/themes/default_cpufreq.edc | 2 +- data/themes/default_ibar.edc | 2 +- data/themes/default_ibox.edc | 2 +- data/themes/default_pager.edc | 2 +- data/themes/default_temperature.edc | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/themes/default_battery.edc b/data/themes/default_battery.edc index c2837eea2..f85a2e224 100644 --- a/data/themes/default_battery.edc +++ b/data/themes/default_battery.edc @@ -159,7 +159,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; - color_class: "battery_label"; + color_class: "module_label"; text { text: "100%"; font: "Edje-Vera-Bold"; @@ -190,7 +190,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; - color_class: "battery_label"; + color_class: "module_label"; text { text: "00:00"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_cpufreq.edc b/data/themes/default_cpufreq.edc index eb7d210d3..c94145867 100644 --- a/data/themes/default_cpufreq.edc +++ b/data/themes/default_cpufreq.edc @@ -304,7 +304,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; - color_class: "cpufreq_label"; + color_class: "module_label"; text { text: "??? Ghz"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_ibar.edc b/data/themes/default_ibar.edc index 81902f5f7..df28a0963 100644 --- a/data/themes/default_ibar.edc +++ b/data/themes/default_ibar.edc @@ -234,7 +234,7 @@ group { } color: 255 255 255 255; color3: 0 0 0 42; - color_class: "ibar_label"; + color_class: "module_label"; } } } diff --git a/data/themes/default_ibox.edc b/data/themes/default_ibox.edc index 86b7df17d..e3e5fb3d4 100644 --- a/data/themes/default_ibox.edc +++ b/data/themes/default_ibox.edc @@ -212,7 +212,7 @@ group { } color: 255 255 255 0; color3: 0 0 0 0; - color_class: "ibox_label"; + color_class: "module_label"; text { text: "Icon Name"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_pager.edc b/data/themes/default_pager.edc index 694719e0a..22f1745c6 100644 --- a/data/themes/default_pager.edc +++ b/data/themes/default_pager.edc @@ -114,7 +114,7 @@ group { } color: 0 0 0 255; color3: 0 0 0 22; - color_class: "pager_label"; + color_class: "module_label"; text { text: "Title goes here"; font: "Edje-Vera-Bold"; diff --git a/data/themes/default_temperature.edc b/data/themes/default_temperature.edc index 83be4e584..165143a87 100644 --- a/data/themes/default_temperature.edc +++ b/data/themes/default_temperature.edc @@ -86,7 +86,7 @@ group { color: 255 255 255 255; color2: 0 0 0 128; color3: 0 0 0 32; - color_class: "temperature_label"; + color_class: "module_label"; text { text: "99^C"; font: "Edje-Vera-Bold";