diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-10 14:54:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-10 14:54:30 +0000 |
commit | def0c039760812f9d12c055adeb95b2903b6da1b (patch) | |
tree | 9d5e8543ee89510bd944c4c74ec98dc22dff9eec /common/bootsplash/config/bootsplash-800x600.cfg | |
download | theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.gz theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.bz2 theme-def0c039760812f9d12c055adeb95b2903b6da1b.tar.xz theme-def0c039760812f9d12c055adeb95b2903b6da1b.zip |
re-import mandriva-theme after SVN loss
Diffstat (limited to 'common/bootsplash/config/bootsplash-800x600.cfg')
-rw-r--r-- | common/bootsplash/config/bootsplash-800x600.cfg | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/common/bootsplash/config/bootsplash-800x600.cfg b/common/bootsplash/config/bootsplash-800x600.cfg new file mode 100644 index 0000000..669fff5 --- /dev/null +++ b/common/bootsplash/config/bootsplash-800x600.cfg @@ -0,0 +1,57 @@ +# This is the configuration file for the 800x600 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=26 +ty=37 +tw=747 +th=503 + +# ttf message output parameters +text_x=20 +text_y=550 +text_size=15 +text_color=0xd3dde7 + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg +silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg + +progress_enable=1 + +# background +# b(order) or i(nter) +box silent noover 20 578 285 592 #ffffff98 +# progress bar +box silent inter 20 579 20 591 #ffffff #ffffff #d3dde7 #d3dde7 +box silent 20 579 285 591 #ffffff #ffffff #d3dde7 #d3dde7 +# black border (top, bottom, left, right) +box silent 20 578 285 578 #313234 +box silent 20 592 285 592 #889499 +box silent 20 578 20 592 #313234 +box silent 285 578 285 592 #889499 + +# text box +box noover 16 32 783 545 #ffffffa0 +# black border (top, bottom, left, right) +box 15 32 15 546 #313234 +box 16 32 784 32 #313234 +box 784 33 784 546 #889499 +box 16 546 784 546 #889499 + +overpaintok=1 + +LOGO_CONSOLE=vt |