Updated plymuth with final artwork
BIN
helpers/DATA/plymouth/background.png
Normal file
|
After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 602 KiB |
|
|
@ -7,7 +7,7 @@ if (bits_per_pixel == 4) {
|
|||
} else {
|
||||
logo.image = Image("special://logo");
|
||||
|
||||
bg_image = Image("brigantia.png");
|
||||
bg_image = Image("background.png");
|
||||
bg_sprite = Sprite(bg_image);
|
||||
|
||||
customlogo.image = Image("custom.png");
|
||||
|
|
@ -26,9 +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() / 4 - logo.image.GetHeight() / 2);
|
||||
#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() / 2 - logo.image.GetHeight() / 2);
|
||||
logo.sprite.SetOpacity (1);
|
||||
|
||||
fun refresh_callback ()
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.5 MiB |
|
Before Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 36 KiB |
|
|
@ -17,7 +17,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=1
|
||||
VERSION=2
|
||||
QUILT=skip
|
||||
. ./config
|
||||
|
||||
|
|
@ -67,7 +67,7 @@ cp $DATA/*.png themes/script
|
|||
cp $DATA/script.script themes/script/script.script
|
||||
|
||||
cat << EOF > debian/source/include-binaries
|
||||
themes/script/brigantia.png
|
||||
themes/script/background.png
|
||||
themes/glow/sugar.png
|
||||
themes/script/trisquel_logo16.png
|
||||
themes/glow/trisquel_logo16.png
|
||||
|
|
@ -76,8 +76,8 @@ EOF
|
|||
|
||||
rm themes/trisquel-logo themes/glow -rf
|
||||
cp themes/script -a themes/trisquel-logo
|
||||
cp $DATA/brigantia.png $DATA/trisquel_logo16.png themes/trisquel-logo/
|
||||
sed -i 's/progress_bar.png/progress_bar.png\\\n\t\tbrigantia.png\\\n\t\ttrisquel_logo16.png/' themes/trisquel-logo/Makefile*
|
||||
cp $DATA/background.png $DATA/trisquel_logo16.png themes/trisquel-logo/
|
||||
sed -i 's/progress_bar.png/progress_bar.png\\\n\t\tbackground.png\\\n\t\ttrisquel_logo16.png/' themes/trisquel-logo/Makefile*
|
||||
sed s:/script:/trisquel-logo:g -i themes/trisquel-logo/script.plymouth.in
|
||||
sed 's:=Script:=Trisquel-logo:g' -i themes/trisquel-logo/script.plymouth.in
|
||||
sed 's/script\.script/trisquel-logo\.rtoken/g' -i themes/trisquel-logo/Make*
|
||||
|
|
@ -93,7 +93,7 @@ sed 's/script\.script/glow\.rtoken/g' -i themes/glow/Make*
|
|||
sed 's/script/glow/g' -i themes/glow/Make*
|
||||
sed 's/rtoken/script/g' -i themes/glow/Make*
|
||||
cp $DATA/sugar.png $DATA/trisquel_logo16.png $DATA/trisquel_logo-sugar.png themes/glow/
|
||||
sed -i s/brigantia/sugar/g themes/glow/*
|
||||
/bin/sed -i s/background/sugar/g themes/glow/*
|
||||
sed -i 's_special://logo_trisquel\_logo-sugar.png_g; s/0.3/0.8/' themes/glow/*.script
|
||||
rename s/script.script/glow.script/g themes/glow/*
|
||||
rename s/script.plymouth.in/glow.plymouth.in/g themes/glow/*
|
||||
|
|
|
|||