diff --git a/pomodorrior b/pomodorrior index 65fd9a6..360075d 100755 --- a/pomodorrior +++ b/pomodorrior @@ -60,7 +60,7 @@ printf '%b' "${TASK_NAME} stopped.\n" ## Break time # Toggle the sound -amixer -q set Master toggle +pulsemixer --toggle-mute BREAK_MSG="Pause" BREAK_TIME="${SHORT_BREAK_TIME}" @@ -74,7 +74,7 @@ while [ "${BREAK_TIME}" -gt 0 ]; do done # Toggle the sound -amixer -q set Master toggle +pulsemixer --toggle-mute # Delete the task file rm -f "${TASK_PATH}"