chore(sounds): NAG_SOUND, and _MUTED_FILE setup
This commit is contained in:
parent
c6b2148eea
commit
1390968eb2
1 changed files with 4 additions and 0 deletions
4
nag
4
nag
|
|
@ -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}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue