In regards to entrance, does this actually work? Im trying to change
the "Welcome to $MACHINE" type message in Entrance. Digging around in
the source I get an entrance/greeting/before value but suspect thats
not a valid part name.
Thanks a bunch
Toma-


         part {
            name:   "entrance.hostname";
            type:   TEXT;
            effect: SOFT_SHADOW;
            clip_to: "all_clip";
            description {
               state:    "default" 0.0;
               align:    0.5 0.0;
               rel1 {
                  relative: 0.0  1.0;
                  offset:   4    4;
                  to_x:     "panel_1_bg";
                  to_y:     "panel_1_bg";
               }
               rel2 {
                  relative: 1.0  1.0;
                  offset:   -5   4;
                  to_x:     "panel_1_bg";
                  to_y:     "panel_1_bg";
               }
               color: 255 255 255 255;
               color3: 0 0 0 32;
               text {
                  text:     "Youre on machine:";
                  font:     "Edje Vera Bold";
                  size:     16;
                  min:     0 1;
                  align:   0.5 0.5;
               }
            }
         }

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to