Vibrate phone instead of flipping screen on off for timer script
This commit is contained in:
parent
0e35ec4778
commit
ce78bf58fa
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ echo "Done with $@"
|
||||||
|
|
||||||
while :;
|
while :;
|
||||||
do notify-send "Done with $@";
|
do notify-send "Done with $@";
|
||||||
xset dpms force off
|
sxmo_vibratepine 1000
|
||||||
xset dpms force on
|
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue