diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:46:11 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2008-02-27 19:46:11 +0000 |
commit | 243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc (patch) | |
tree | fc46cbbe591f4a05509f0b9d9ddb8dc3f2ce3fc6 /common/bootsplash/config/vt0-template.cfg | |
parent | d543e9b3699e25adab6118275fc78989c2a3cf12 (diff) | |
download | theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.gz theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.bz2 theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.tar.xz theme-243cd0fcd381ed2c1d28c1a8bb56d28ac39cddcc.zip |
- Release 1.2.22
- New artwork for Mandriva 2008 Spring, featuring hour-based backgrounds
- use templates to create bootsplash configuration
Diffstat (limited to 'common/bootsplash/config/vt0-template.cfg')
-rw-r--r-- | common/bootsplash/config/vt0-template.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg new file mode 100644 index 0000000..638b459 --- /dev/null +++ b/common/bootsplash/config/vt0-template.cfg @@ -0,0 +1,25 @@ +# This is the configuration file for the @WIDTH@x@HEIGHT@ 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=0 +ty=0 +tw=@WIDTH@ +th=@HEIGHT@ + +# name of the picture file (full path recommended) +jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg + +overpaintok=1 |