Script complete. Put to use.
This commit is contained in:
parent
7e9596a589
commit
faa1f7df0b
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue