mpv & change wallpaper

This commit is contained in:
2025-08-01 15:13:29 +02:00
parent 8c96a0f4c0
commit eeb268b632
89 changed files with 10963 additions and 15985 deletions

15
.scripts/waydroid-reload.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/env bash
function checkReturn {
echo "Executing: $@"
if ! "$@"; then
echo "Error runnning command"
exit 1
fi
}
checkReturn waydroid session stop
# checkReturn sudo waydroid upgrade # since I'm not using the default image
checkReturn sudo waydroid init -f
checkReturn sudo systemctl restart waydroid-container
checkReturn waydroid show-full-ui