Add .local/bin/hooks/generic
This commit is contained in:
parent
1b2ee95d10
commit
6a8dfdcc76
1 changed files with 6 additions and 0 deletions
6
private_dot_local/bin/hooks/executable_generic
Normal file
6
private_dot_local/bin/hooks/executable_generic
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
HOOK_NAME="$1"
|
||||||
|
HOOK_VALUE="$2"
|
||||||
|
|
||||||
|
notify-send "$HOOK_NAME" "$HOOK_VALUE"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue