diff --git a/packages/sysutils/splashutils/splash/default/800x600.cfg b/packages/sysutils/splashutils/splash/default/800x600.cfg new file mode 100644 index 0000000000..c4ddfb8523 --- /dev/null +++ b/packages/sysutils/splashutils/splash/default/800x600.cfg @@ -0,0 +1,16 @@ +# This is a gensplash configuration file for +# theme OpenELEC, resolution 800x600. + +# bgcolor is the text background (i.e. transparent) color. +bgcolor=0 + +# ttf message output parameters +text_x=10 +text_y=10 +text_size=18 +text_color=#83b9dd +text_font=/usr/share/fonts/liberation/LiberationSans-Regular.ttf + +# name of the picture file (full path recommended) +pic=/etc/splash/default/images/splash-800x600.png +silentpic=/etc/splash/default/images/splash-800x500.png diff --git a/packages/sysutils/splashutils/splash/default/images/splash-800x600.png b/packages/sysutils/splashutils/splash/default/images/splash-800x600.png new file mode 100644 index 0000000000..d1a1a848ba Binary files /dev/null and b/packages/sysutils/splashutils/splash/default/images/splash-800x600.png differ