diff options
| author | Robert Günzler <r@gnzler.io> | 2022-11-18 17:43:54 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-11-18 18:38:20 +0100 |
| commit | bfb1d241d4b98f3ffa3ac891bc0a37befb30b0ad (patch) | |
| tree | 5fcda10771253b3c5214d559d9f9d11b02b69fa9 /bin | |
| parent | ce918f34a8504da548811704f0a9f79c449ece59 (diff) | |
bin/beep: update
Diffstat (limited to 'bin')
| -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 |