Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default.edc Log Message: starting a battery module (in need this for my laptop) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- default.edc 22 Dec 2004 15:50:25 -0000 1.15 +++ default.edc 27 Dec 2004 08:33:50 -0000 1.16 @@ -256,6 +256,18 @@ image: "e17_clock_minutes_57.png" COMP; image: "e17_clock_minutes_58.png" COMP; image: "e17_clock_minutes_59.png" COMP; + + image: "e17_battery_000.png" COMP; + image: "e17_battery_010.png" COMP; + image: "e17_battery_020.png" COMP; + image: "e17_battery_030.png" COMP; + image: "e17_battery_040.png" COMP; + image: "e17_battery_050.png" COMP; + image: "e17_battery_060.png" COMP; + image: "e17_battery_070.png" COMP; + image: "e17_battery_080.png" COMP; + image: "e17_battery_090.png" COMP; + image: "e17_battery_100.png" COMP; } collections { @@ -5189,4 +5201,123 @@ } } } + group { + name: "modules/battery/main"; + max: 128 128; + parts { + part { + name: "battery"; + description { + state: "default" 0.0; + aspect: 0.669291339 0.669291339; + align: 0.0 0.5; + max: 85 127; + rel1 { + relative: 0.0 0.0; + } + rel2 { + relative: 1.0 1.0; + } + image { + normal: "e17_battery_000.png"; + } + } + description { + state: "default" 0.1; + inherit: "default" 0.0; + image { + normal: "e17_battery_010.png"; + } + } + description { + state: "default" 0.2; + inherit: "default" 0.0; + image { + normal: "e17_battery_020.png"; + } + } + description { + state: "default" 0.3; + inherit: "default" 0.0; + image { + normal: "e17_battery_030.png"; + } + } + description { + state: "default" 0.4; + inherit: "default" 0.0; + image { + normal: "e17_battery_040.png"; + } + } + description { + state: "default" 0.5; + inherit: "default" 0.0; + image { + normal: "e17_battery_050.png"; + } + } + description { + state: "default" 0.6; + inherit: "default" 0.0; + image { + normal: "e17_battery_060.png"; + } + } + description { + state: "default" 0.7; + inherit: "default" 0.0; + image { + normal: "e17_battery_070.png"; + } + } + description { + state: "default" 0.8; + inherit: "default" 0.0; + image { + normal: "e17_battery_080.png"; + } + } + description { + state: "default" 0.9; + inherit: "default" 0.0; + image { + normal: "e17_battery_090.png"; + } + } + description { + state: "default" 1.0; + inherit: "default" 0.0; + image { + normal: "e17_battery_100.png"; + } + } + } + part { + name: "reading"; + type: TEXT; + effect: SOFT_SHADOW; + description { + state: "default" 0.0; + align: 1.0 0.0; + rel1 { + relative: 1.0 0.0; + to_x: "battery"; + } + rel2 { + relative: 1.0 1.0; + } + color: 255 255 255 255; + color3: 0 0 0 32; + text { + text: "100%"; + font: "Edje Vera"; + size: 7; + min: 1 1; + align: 0.0 0.0; + } + } + } + } + } } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs