Use new path for gsettings
This commit is contained in:
parent
837d8e41b9
commit
14066cad62
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user