diff --git a/helpers/DATA/plymouth/background.png b/helpers/DATA/plymouth/background.png index bc7d94d..23938a4 100644 Binary files a/helpers/DATA/plymouth/background.png and b/helpers/DATA/plymouth/background.png differ diff --git a/helpers/DATA/plymouth/script.script b/helpers/DATA/plymouth/script.script index c07fc54..847154b 100644 --- a/helpers/DATA/plymouth/script.script +++ b/helpers/DATA/plymouth/script.script @@ -26,7 +26,7 @@ if (bits_per_pixel == 4) { logo.sprite = Sprite(logo.image); logo.opacity_angle = 0; logo.sprite.SetX (Window.GetX() + Window.GetWidth() / 2 - logo.image.GetWidth() / 2); -logo.sprite.SetY (Window.GetY() + Window.GetHeight() / 2 - logo.image.GetHeight() / 2); +logo.sprite.SetY (Window.GetY() + (Window.GetHeight() / 3) * 2 - logo.image.GetHeight() / 2); logo.sprite.SetOpacity (1); fun refresh_callback () diff --git a/helpers/DATA/plymouth/trisquel_logo.png b/helpers/DATA/plymouth/trisquel_logo.png index af52d51..58a989f 100644 Binary files a/helpers/DATA/plymouth/trisquel_logo.png and b/helpers/DATA/plymouth/trisquel_logo.png differ diff --git a/helpers/make-plymouth b/helpers/make-plymouth index b82a605..20c2dfa 100644 --- a/helpers/make-plymouth +++ b/helpers/make-plymouth @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=5 QUILT=skip . ./config