From 15718dcd34349db06085704512fffe9dc836fe46 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 24 Nov 2022 07:38:13 -0600 Subject: [PATCH] update --- bin/runner.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/runner.sh b/bin/runner.sh index cc0d95d..cf10af9 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -43,8 +43,9 @@ echo "@reboot sleep 10 && export DISPLAY=:0 && ${BAPDIR}/bin/.complete" >> $TEMP rm $CONFIG fi - #set wallpaper accoreding to CPU - if [ "$BAPCPU" = 'x86_64' ]; then + #set wallpaper accoreding to arch + ARCH_CK=$(echo $BAPCPU | grep arm) + if [ -z $ARCH_CK ]; then gsettings set org.gnome.desktop.background picture-uri file:///${BAPDIR}/data/bap-wallpaper.jpg CORE=${BAPDIR}/app/stable/x86_64/*.bapp else