From 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Wed, 27 Feb 2008 19:46:11 +0000 Subject: - Release 1.2.22 - New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds - use templates to create bootsplash configuration --- common/bootsplash/config/bootsplash-template.cfg | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 common/bootsplash/config/bootsplash-template.cfg (limited to 'common/bootsplash/config/bootsplash-template.cfg') diff --git a/common/bootsplash/config/bootsplash-template.cfg b/common/bootsplash/config/bootsplash-template.cfg new file mode 100644 index 0000000..8ab042c --- /dev/null +++ b/common/bootsplash/config/bootsplash-template.cfg @@ -0,0 +1,59 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ bootsplash picture +# this file is necessary to specify the coordinates of the text box on the +# splash screen. + +# config file version +version=3 + +# should the picture be displayed? +state=1 + +# fgcolor is the text forground color. +# bgcolor is the text background (i.e. transparent) color. +fgcolor=0 +bgcolor=7 + +# (tx, ty) are the (x, y) coordinates of the text window in pixels. +# tw/th is the width/height of the text window in pixels. +tx=32 +ty=40 +tw=@WIDTH@-65 +th=@HEIGHT@-106 + +# ttf message output parameters +text_x=24 +text_y=@HEIGHT@-105 +text_size=14 +text_color=0xffffff + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg +silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 25 @HEIGHT@-75 270 @HEIGHT@-55 #eff3f7 +# progress bar +box silent inter 25 @HEIGHT@-75 25 @HEIGHT@-65 @B1@ @B1@ @B3@ @B3@ +box silent 25 @HEIGHT@-75 270 @HEIGHT@-65 @B1@ @B1@ @B3@ @B3@ +box silent inter 25 @HEIGHT@-64 25 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ +box silent 25 @HEIGHT@-64 270 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ +# black border (top, bottom, left, right) +box silent 25 @HEIGHT@-76 270 @HEIGHT@-76 #A6B2C7 +box silent 25 @HEIGHT@-54 270 @HEIGHT@-54 #b6c3cf +box silent 24 @HEIGHT@-75 24 @HEIGHT@-55 #a6b2c7 +box silent 271 @HEIGHT@-75 271 @HEIGHT@-55 #b6c3cf + +# text box +box noover 22 35 @WIDTH@-23 @HEIGHT@-61 #ffffffa0 +# black border (top, bottom, left, right) +box 21 35 21 @HEIGHT@-60 #313234 +box 22 35 @WIDTH@-22 35 #313234 +box @WIDTH@-22 36 @WIDTH@-22 @HEIGHT@-60 #889499 +box 22 @HEIGHT@-60 @WIDTH@-22 @HEIGHT@-60 #889499 + +overpaintok=1 + +LOGO_CONSOLE=vt -- cgit v1.2.1