From 6a8dfdcc76ad2cbc0a1ab0f33a38ac185e16e531 Mon Sep 17 00:00:00 2001 From: lew Date: Tue, 6 Jan 2026 22:49:19 +0000 Subject: [PATCH] Add .local/bin/hooks/generic --- private_dot_local/bin/hooks/executable_generic | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 private_dot_local/bin/hooks/executable_generic 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"