arch/private_dot_local/bin/hooks/executable_generic
2026-01-06 22:49:19 +00:00

6 lines
84 B
Bash

#!/bin/bash
HOOK_NAME="$1"
HOOK_VALUE="$2"
notify-send "$HOOK_NAME" "$HOOK_VALUE"