diff options
Diffstat (limited to 'share/hackvr/examples/clock/set_clock.sh')
-rwxr-xr-x | share/hackvr/examples/clock/set_clock.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/hackvr/examples/clock/set_clock.sh b/share/hackvr/examples/clock/set_clock.sh index 45db14c..36c3fb4 100755 --- a/share/hackvr/examples/clock/set_clock.sh +++ b/share/hackvr/examples/clock/set_clock.sh @@ -5,3 +5,6 @@ second=$(date +%S | sed 's/^0//') printf "_clock_face_hand_hour_ rotate 0 0 -%s\n" "$[$hour * 30 + ($minute / 2)]" printf "_clock_face_hand_minute_ rotate 0 0 -%s\n" "$[$minute * 6]" printf "_clock_face_hand_second_ rotate 0 0 -%s\n" "$[$second * 6]" +#printf "_clock_face_hand_hour_ rotate 0 0 %s\n" "$[$hour * 30 + ($minute / 2)]" +#printf "_clock_face_hand_minute_ rotate 0 0 %s\n" "$[$minute * 6]" +#printf "_clock_face_hand_second_ rotate 0 0 %s\n" "$[$second * 6]" |