From b9de97f65aa762fa4d9154d2d36d199627410bf1 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2009 12:17:52 +0000 Subject: readd themes files since the .spec uses them --- themes/config/Mandrake/cfg/bootsplash-1024x768.cfg | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 themes/config/Mandrake/cfg/bootsplash-1024x768.cfg (limited to 'themes/config/Mandrake/cfg/bootsplash-1024x768.cfg') diff --git a/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg new file mode 100644 index 0000000..169bf2e --- /dev/null +++ b/themes/config/Mandrake/cfg/bootsplash-1024x768.cfg @@ -0,0 +1,55 @@ +# This is the configuration file for the 1024x768 bootsplash picture. +# This file is necessary to specify the coordinates of the text box on the +# splash screen. + +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=7 +bgcolor=0 + +# (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=40 +ty=116 +tw=944 +th=612 + +# ttf message output parameters +text_x=20 +text_y=20 +text_size=22 +text_color=0xeef4ff + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/Mandrake/images/bootsplash-1024x768.jpg +silentjpeg=/usr/share/bootsplash/themes/Mandrake/images/silent-1024x768.jpg + +progress_enable=1 + +# background +box silent noover 512 732 1000 752 #04045498 +box silent inter 512 733 512 751 #99ccff #99ccff #324bb0 #526bb0 +box silent 512 733 1000 751 #99ccff #99ccff #324bb0 #526bb0 +# black border +box silent 512 732 1000 732 #313234 +box silent 512 752 1000 752 #eef4ff +box silent 512 732 512 752 #313234 +box silent 1000 732 1000 752 #eef4ff + +# text box (left, top) +box 35 111 35 729 #313234 +box 36 111 985 111 #313234 +# (right, bottom) +box 985 112 985 729 #eef4ff +box 36 729 985 729 #eef4ff +# box itself +box noover 36 112 984 728 #04045498 + +overpaintok=1 + +LOGO_CONSOLE=vt -- cgit v1.2.1