blob: 8cf9fd613466459cb6403dbd586bfb6465e9fc44 (
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 1280x1024 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=37
ty=65
tw=1203
th=869
# ttf message output parameters
text_x=25
text_y=950
text_size=20
text_color=0xd3dde7
# name of the picture file (full path recommended)
jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg
silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg
progress_enable=1
# background
# b(order) or i(nter)
box silent noover 25 978 452 1001 #fefefe98
# progress bar
box silent inter 25 979 25 1000 #eeeeee #eeeeee #195ea5 #195ea5
box silent 25 979 452 1000 #eeeeee #eeeeee #195ea5 #195ea5
# black border (top, bottom, left, right)
box silent 25 978 452 978 #313234
box silent 25 1001 452 1001 #889499
box silent 25 978 25 1001 #313234
box silent 452 978 452 1001 #889499
# text box
box noover 27 60 1250 939 #ffffffa0
# black border (top, bottom, left, right)
box 26 60 26 940 #313234
box 27 60 1251 60 #313234
box 1251 61 1251 940 #889499
box 27 940 1251 940 #889499
overpaintok=1
LOGO_CONSOLE=vt
|