commit e110523e8efc4b475bd99ff7fc75fe798856c941 parent 70f0e48a5343b331b9055c478a70c4c03cb31646 Author: mrgrouse <mrgrouse@mrgrouse.com> Date: Sat, 31 Aug 2024 01:51:28 -0400 notify-send: update notify-send script for birde rename Diffstat:
| M | extras/notify-send | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/extras/notify-send b/extras/notify-send @@ -1,6 +1,6 @@ #!/bin/sh -# script comes from https://github.com/dudik/herbe/pull/10 -# Shell script to redirect notify-send calls to herbe. The purpose is to ignore +# script comes from https://github.com/dudik/birde/pull/10 +# Shell script to redirect notify-send calls to birde. The purpose is to ignore # options passed to notify-send. # # Option parser generated by getoptions @@ -8,7 +8,7 @@ # LICENSE: Creative Commons Zero v1.0 Universal usage() { - printf '%s\n' "${0##*/}: notify-send replacement for herbe" "accepts but ignores all notify-send options." + printf '%s\n' "${0##*/}: notify-send replacement for birde" "accepts but ignores all notify-send options." } REST='' @@ -79,4 +79,4 @@ parse() { parse "$@" eval set -- "$REST" -herbe "$@" & +birde "$@" &