chore(sounds): NAG_SOUND, and _MUTED_FILE setup

This commit is contained in:
Lewis Wynne 2026-04-02 00:35:57 +01:00
parent c6b2148eea
commit 1390968eb2

4
nag
View file

@ -42,6 +42,10 @@ _LOCKFILE="${NAG_DIR}/alarms.lock"
# The command nag runs to execute its notifications. # The command nag runs to execute its notifications.
NAG_CMD="${NAG_CMD:-notify-send}" NAG_CMD="${NAG_CMD:-notify-send}"
# Sound file to play when an alarm fires. Empty or missing file = no sound.
NAG_SOUND="${NAG_SOUND:-/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga}"
_MUTED_FILE="${NAG_DIR}/muted"
# The default subcommand if no args are passed. # The default subcommand if no args are passed.
NAG_DEFAULT="${NAG_DEFAULT:-list}" NAG_DEFAULT="${NAG_DEFAULT:-list}"