diff options
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.daemon')
-rw-r--r-- | abs/core-testing/fbsplash/fbsplash.daemon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/fbsplash/fbsplash.daemon b/abs/core-testing/fbsplash/fbsplash.daemon index 29e5755..e615500 100644 --- a/abs/core-testing/fbsplash/fbsplash.daemon +++ b/abs/core-testing/fbsplash/fbsplash.daemon @@ -10,7 +10,7 @@ case "$1" in start) if [ "$(fbcondecor_supported)" = "true" ] then - THEME="darch" + THEME="linhes" if [ -f /proc/cmdline ]; then OPTIONS=$(grep -o 'splash=[^ ]*' /proc/cmdline) for i in $(echo "${OPTIONS#*=}" | sed -e 's/,/ /g') |