Use new path for gsettings

This commit is contained in:
exu 2023-12-08 19:14:33 +01:00
parent 837d8e41b9
commit 14066cad62

View File

@ -332,8 +332,8 @@ mkdir -p "$HOME/.cache/backgrounds"
cp "$backgroundimage" "$HOME/.cache/backgrounds/desktop" cp "$backgroundimage" "$HOME/.cache/backgrounds/desktop"
cp "$backgroundimage" "$HOME/.cache/backgrounds/lockscreen" cp "$backgroundimage" "$HOME/.cache/backgrounds/lockscreen"
chmod +x "$scriptpath/gsettings.sh" chmod +x "$HOME/scripts/gsettings.sh"
bash "$scriptpath/gsettings.sh" bash "$HOME/scripts/gsettings.sh"
echo "Set theme using gsettings" echo "Set theme using gsettings"
echo echo