From bfb1d241d4b98f3ffa3ac891bc0a37befb30b0ad Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 17:43:54 +0100 Subject: bin/beep: update --- bin/beep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/beep') 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:-"The bell rang"} + subject=${BEEP_SUB:-📣 beep} + message=${BEEP_MSG:-"It's the bell!"} icon=${BEEP_ICN:-"$(iconez -p $PPID | head -n1)"} if [ -z "$*" ]; then -- cgit 1.4.1