diff --git a/private_dot_local/bin/hooks/executable_generic b/private_dot_local/bin/hooks/executable_generic new file mode 100644 index 0000000..0a687e2 --- /dev/null +++ b/private_dot_local/bin/hooks/executable_generic @@ -0,0 +1,6 @@ +#!/bin/bash + +HOOK_NAME="$1" +HOOK_VALUE="$2" + +notify-send "$HOOK_NAME" "$HOOK_VALUE"