diff options
Diffstat (limited to 'bin/beep')
| -rwxr-xr-x | bin/beep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/beep b/bin/beep index cbdfc15..b0716b9 100755 --- a/bin/beep +++ b/bin/beep @@ -45,8 +45,8 @@ shift $((OPTIND - 1)) fi if [ -z "${nonotify}" ] && command -v notify-send >/dev/null; then - subject=${BEEP_SUB:-Beep} - message=${BEEP_MSG:-"<i>The bell rang</i>"} + subject=${BEEP_SUB:-📣 beep} + message=${BEEP_MSG:-"<i>It's the bell!</i>"} icon=${BEEP_ICN:-"$(iconez -p $PPID | head -n1)"} if [ -z "$*" ]; then |