Revert "Updated the Theme"

This reverts commit 147ec130e1.
devs/bu5hm4n/develop
Marcel Hollerbach 10 years ago
parent 147ec130e1
commit c3224899a9
  1. 46
      data/themes/default/default.edc

@ -448,6 +448,52 @@ collections {
}
}
group { name: "entrance/conf/login";
parts {
part { name: "base";
type: RECT;
description { state: "default" 0.0;
visible: 0;
}
}
part { name: "entrance.conf";
type: SWALLOW;
description { state: "default" 0.0;
visible: 1;
}
}
part { name: "hover";
type: RECT;
mouse_events: 1;
repeat_events: 0;
description { state: "default" 0.0;
color: 0 0 0 196;
}
description { state: "hidden" 0.0;
visible: 0;
}
}
part { name: "entrance.login";
type: SWALLOW;
description { state: "default" 0.0;
visible: 1;
}
description { state: "hidden" 0.0;
visible: 0;
}
}
}
programs {
program { name: "conf_enabled";
signal: "entrance,conf_user,enabled";
source: "";
action: STATE_SET "hidden" 0.0;
target: "hover";
target: "entrance.login";
}
}
}
group { name: "entrance/user";
data.item: "items" "adrielhernandez-cmyk-tux brunocb-tux-1-euro cisoun-tux-coup-de-soleil eliaden-tux-marin fcys14-tux-breton fcys14-tux-croco fcys14-tux-pompier fcys14-yoshi-tux m4r10-tux-crema mybob-calimetux overlord59-astro-tux overlord59-dj-tux-mix-platine overlord59-magic-tux overlord59-tux-pianiste touko-tux-pirate";
parts {

Loading…
Cancel
Save