blob: 097e1a2d6c2b85f0762803c8c4b7cf62d33b5897 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
# This is the configuration file for the 1024x768 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=32
ty=40
tw=959
th=662
# ttf message output parameters
text_x=20
text_y=700
text_size=20
text_color=0xd3dde7
# name of the picture file (full path recommended)
jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg
silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1024x768.jpg
progress_enable=1
# background
# b(order) or i(nter)
box silent noover 20 732 375 753 #fefefe98
# progress bar
box silent inter 20 733 20 752 #ffffff #ffffff #d3dde7 #d3dde7
box silent 20 733 375 752 #ffffff #ffffff #d3dde7 #d3dde7
# black border (top, bottom, left, right)
box silent 20 732 375 732 #313234
box silent 20 753 375 753 #889499
box silent 20 732 20 753 #313234
box silent 375 732 375 753 #889499
# text box
box noover 22 35 1001 707 #ffffffa0
# black border (top, bottom, left, right)
box 21 35 21 708 #313234
box 22 35 1002 35 #313234
box 1002 36 1002 708 #889499
box 22 708 1002 708 #889499
overpaintok=1
LOGO_CONSOLE=vt
|