mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
update
This commit is contained in:
parent
83f04652a5
commit
15718dcd34
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue