diff options
Diffstat (limited to 'themes/Mandrake/cfg/bootsplash-1024x768.cfg')
-rw-r--r-- | themes/Mandrake/cfg/bootsplash-1024x768.cfg | 78 |
1 files changed, 49 insertions, 29 deletions
diff --git a/themes/Mandrake/cfg/bootsplash-1024x768.cfg b/themes/Mandrake/cfg/bootsplash-1024x768.cfg index 90e0e14..4361f66 100644 --- a/themes/Mandrake/cfg/bootsplash-1024x768.cfg +++ b/themes/Mandrake/cfg/bootsplash-1024x768.cfg @@ -2,32 +2,52 @@ # 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 23 -# multiply width font width for coordinate in pixels. -tx=22 - -# ty is the y coordinate of the text window in characters. default is 20 -ty=18 - -# tw is the width of the text window in characters. default is 80 -# NOTE: this should at least be 80 as on the standard linux text console -tw=81 - -# th is the height of the text window in characters. default is 18 -# NOTE: this should at least be 25 as on the standard linux text console -th=17 - -# px is the progress bar x coordinate of its upper left corner -px=168 - -# py is the progress bar y coordinate of its upper left corner -py=589 - -# pw is the with of the progress bar -pw=665 - -# ph is the heigth of the progress bar -ph=18 - -# pc is the color of the progress bar -pc=0x21459d +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=204 +text_y=544 +text_size=26 +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 204 582 820 612 #04045498 +box silent inter 204 583 204 611 #ffffff #ffffff #526bb0 #526bb0 +box silent 204 583 820 611 #ffffff #ffffff #526bb0 #526bb0 +# black border +box silent 204 582 820 582 #313234 +box silent 204 612 820 612 #eef4ff +box silent 204 582 204 612 #313234 +box silent 820 582 820 612 #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 |