diff options
Diffstat (limited to 'common/bootsplash/config/bootsplash-1600x1200.cfg')
-rw-r--r-- | common/bootsplash/config/bootsplash-1600x1200.cfg | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/common/bootsplash/config/bootsplash-1600x1200.cfg b/common/bootsplash/config/bootsplash-1600x1200.cfg new file mode 100644 index 0000000..1eaea86 --- /dev/null +++ b/common/bootsplash/config/bootsplash-1600x1200.cfg @@ -0,0 +1,57 @@ +# This is the configuration file for the 1600x1200 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=44 +ty=65 +tw=1513 +th=1045 + +# ttf message output parameters +text_x=30 +text_y=1100 +text_size=20 +text_color=0xeef4ff + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1600x1200.jpg +silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1600x1200.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 30 1129 570 1168 #ffffff98 +# progress bar +box silent inter 30 1130 30 1167 #ffffff #ffffff #d3dde7 #d3dde7 +box silent 30 1130 570 1167 #ffffff #ffffff #d3dde7 #d3dde7 +# black border (top, bottom, left, right) +box silent 30 1129 570 1129 #313234 +box silent 30 1168 570 1168 #889499 +box silent 30 1129 30 1168 #313234 +box silent 570 1129 570 1168 #889499 + +# text box +box noover 34 60 1567 1115 #ffffffa0 +# black border (top, bottom, left, right) +box 33 60 33 1116 #313234 +box 34 60 1568 60 #313234 +box 1568 61 1568 1116 #889499 +box 34 1116 1568 1116 #889499 + +overpaintok=1 + +LOGO_CONSOLE=vt |