diff options
Diffstat (limited to 'themes/Mandrake/cfg/bootsplash-800x600.cfg')
-rw-r--r-- | themes/Mandrake/cfg/bootsplash-800x600.cfg | 79 |
1 files changed, 50 insertions, 29 deletions
diff --git a/themes/Mandrake/cfg/bootsplash-800x600.cfg b/themes/Mandrake/cfg/bootsplash-800x600.cfg index 5dc9cfb..2a5143e 100644 --- a/themes/Mandrake/cfg/bootsplash-800x600.cfg +++ b/themes/Mandrake/cfg/bootsplash-800x600.cfg @@ -2,32 +2,53 @@ # This file is necessary to specify the coordinates of the text box on the # splash screen. -# tx is the x coordinate of the text window in characters. default is 15 -# multiply width font width for coordinate in pixels. -tx=10 - -# ty is the y coordinate of the text window in characters. default is 8 -ty=13 - -# tw is the width of the text window in characters. default is 82 -# NOTE: this should at least be 80 as on the standard linux text console -tw=80 - -# th is the height of the text window in characters. default is 26 -# NOTE: this should at least be 25 as on the standard linux text console -th=16 - -# px is the progress bar x coordinate of its upper left corner -px=75 - -# py is the progress bar y coordinate of its upper left corner -py=500 - -# pw is the with of the progress bar -pw=643 - -# ph is the heigth of the progress bar -ph=15 - -# pc is the color of the progress bar -pc=0x21459d +# 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=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=32 +ty=96 +tw=736 +th=472 + +# ttf message output parameters +text_x=160 +text_y=414 +text_size=20 +text_color=0xeef4ff + +# name of the picture file (full path recommended) +jpeg=/etc/bootsplash/themes/SuSE-8.2/images/bootsplash-800x600.jpg +silentjpeg=/etc/bootsplash/themes/SuSE-8.2/images/silent-800x600.jpg + +progress_enable=1 + +# background +box silent noover 160 453 640 477 #04045498 +box silent inter 160 454 160 476 #ffffff #ffffff #526bb0 #526bb0 +box silent 160 454 640 476 #ffffff #ffffff #526bb0 #526bb0 +# black border +box silent 160 453 640 453 #313234 +box silent 160 477 640 477 #eef4ff +box silent 160 453 160 477 #313234 +box silent 640 453 640 477 #eef4ff + +# text box (left, top) +box 27 91 27 569 #313234 +box 28 91 769 91 #313234 +# (right, bottom) +box 769 92 769 569 #eef4ff +box 28 569 769 569 #eef4ff +# box itself +box noover 28 92 768 568 #04045498 + +overpaintok=1 |