mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
splashutils: add version to splash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d492fe80d1
commit
405ef1781a
@ -25,10 +25,11 @@
|
||||
|
||||
progress "starting splash"
|
||||
mkdir -p /run/splash/cache/
|
||||
fbsplashd --theme=openelec --type=bootup
|
||||
fbsplashd --theme=openelec --type=bootup
|
||||
|
||||
echo "set tty silent 2" > /run/splash/cache/.splash
|
||||
echo "set tty verbose 6" > /run/splash/cache/.splash
|
||||
echo "set mode silent" > /run/splash/cache/.splash
|
||||
echo "set message `lsb_release`" > /run/splash/cache/.splash
|
||||
echo "repaint" > /run/splash/cache/.splash
|
||||
chvt 2
|
||||
|
@ -4,6 +4,13 @@
|
||||
# bgcolor is the text background (i.e. transparent) color.
|
||||
bgcolor=0
|
||||
|
||||
# ttf message output parameters
|
||||
text_x=10
|
||||
text_y=10
|
||||
text_size=14
|
||||
text_color=#767778
|
||||
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
|
||||
|
||||
# name of the picture file (full path recommended)
|
||||
pic=/etc/splash/openelec/images/splash-1024x768.png
|
||||
silentpic=/etc/splash/openelec/images/splash-1024x768.png
|
||||
|
@ -4,6 +4,13 @@
|
||||
# bgcolor is the text background (i.e. transparent) color.
|
||||
bgcolor=0
|
||||
|
||||
# ttf message output parameters
|
||||
text_x=10
|
||||
text_y=10
|
||||
text_size=14
|
||||
text_color=#767778
|
||||
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
|
||||
|
||||
# name of the picture file (full path recommended)
|
||||
pic=/etc/splash/openelec/images/splash-1280x720.png
|
||||
silentpic=/etc/splash/openelec/images/splash-1280x720.png
|
||||
|
@ -4,6 +4,13 @@
|
||||
# bgcolor is the text background (i.e. transparent) color.
|
||||
bgcolor=0
|
||||
|
||||
# ttf message output parameters
|
||||
text_x=10
|
||||
text_y=10
|
||||
text_size=14
|
||||
text_color=#767778
|
||||
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
|
||||
|
||||
# name of the picture file (full path recommended)
|
||||
pic=/etc/splash/openelec/images/splash-1600x1200.png
|
||||
silentpic=/etc/splash/openelec/images/splash-1600x1200.png
|
||||
|
@ -4,6 +4,13 @@
|
||||
# bgcolor is the text background (i.e. transparent) color.
|
||||
bgcolor=0
|
||||
|
||||
# ttf message output parameters
|
||||
text_x=10
|
||||
text_y=10
|
||||
text_size=14
|
||||
text_color=#767778
|
||||
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
|
||||
|
||||
# name of the picture file (full path recommended)
|
||||
pic=/etc/splash/openelec/images/splash-1600x900.png
|
||||
silentpic=/etc/splash/openelec/images/splash-1600x900.png
|
||||
|
@ -4,6 +4,13 @@
|
||||
# bgcolor is the text background (i.e. transparent) color.
|
||||
bgcolor=0
|
||||
|
||||
# ttf message output parameters
|
||||
text_x=10
|
||||
text_y=10
|
||||
text_size=14
|
||||
text_color=#767778
|
||||
text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf
|
||||
|
||||
# name of the picture file (full path recommended)
|
||||
pic=/etc/splash/openelec/images/splash-1920x1080.png
|
||||
silentpic=/etc/splash/openelec/images/splash-1920x1080.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user