Add .local/bin/hooks/generic

This commit is contained in:
Lewis Wynne 2026-01-06 22:49:19 +00:00
parent 1b2ee95d10
commit 6a8dfdcc76

View file

@ -0,0 +1,6 @@
#!/bin/bash
HOOK_NAME="$1"
HOOK_VALUE="$2"
notify-send "$HOOK_NAME" "$HOOK_VALUE"