blob: 669fff508ac0f6d4bc167773bcf030a04aa09525 (
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 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
|