This commit is contained in:
exu 2023-11-18 15:34:52 +01:00
parent 999275e954
commit 823fc718bc

View File

@ -52,6 +52,7 @@ EOF
# get script directory
scriptloc="$BASH_SOURCE"
scriptpath="$(dirname "$scriptloc")"
# change to home
cd "$HOME"
@ -331,7 +332,8 @@ fi
# chmod +x ~/.fehbg
#fi
bash "$scriptloc/gsettings.sh"
chmod +x "$scriptpath/gsettings.sh"
bash "$scriptpath/gsettings.sh"
echo "Set theme using gsettings"
echo