Vibrate phone instead of flipping screen on off for timer script

master
Miles Alan 5 years ago
parent 0e35ec4778
commit ce78bf58fa
  1. 3
      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

Loading…
Cancel
Save