Script complete. Put to use.

This commit is contained in:
Out Of Ideas 2023-12-01 18:04:52 -06:00
parent 7e9596a589
commit faa1f7df0b
1 changed files with 5 additions and 2 deletions

View File

@ -177,8 +177,11 @@ SECOND="1000"
# Habits
# HABIT TIME DURATION Message
# PRACTICE=("09:00" "$HOUR" "Practice")
PRACTICE_GUITAR=("16:47" "$HOUR" "Practice Guitar")
HABITS=("${PRACTICE_GUITAR[@]}")
PRACTICE_GUITAR=("17:00" "$((2 * $HOUR))" "Practice Guitar")
PRACTICE_KARATE=("19:00" "$((2 * $HOUR))" "Practice Karate")
STRETCH=("19:00" "$((2 * $HOUR))" "Stretch")
SING=("15:00" "$((2 * $HOUR))" "Sing")
HABITS=("${PRACTICE_GUITAR[@]}" "${PRACTICE_KARATE[@]}" "${STRETCH[@]}" "${SING[@]}")
# Unset variables
unset VERBOSE