From ce78bf58fa43bc0f4acfd7fd5d4027df7f025fae Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Fri, 22 May 2020 22:03:19 -0500 Subject: [PATCH] Vibrate phone instead of flipping screen on off for timer script --- scripts/appscripts/sxmo_timer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/appscripts/sxmo_timer.sh b/scripts/appscripts/sxmo_timer.sh index 0570b1f..a7efd3d 100755 --- a/scripts/appscripts/sxmo_timer.sh +++ b/scripts/appscripts/sxmo_timer.sh @@ -18,7 +18,6 @@ echo "Done with $@" while :; do notify-send "Done with $@"; - xset dpms force off - xset dpms force on + sxmo_vibratepine 1000 sleep 0.5 done