diff --git a/modules/home-manager/audio/cmus/files/notify.sh b/modules/home-manager/audio/cmus/files/notify.sh index 2116792..f22f261 100755 --- a/modules/home-manager/audio/cmus/files/notify.sh +++ b/modules/home-manager/audio/cmus/files/notify.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck disable=SC2154 -NOTIFICATION_PROGRAM='mako -' +NOTIFICATION_PROGRAM='mako' + process_args() { while [ "$#" -ge 2 ]; do printf -v "$1" "%s" "$2"