example script

This commit is contained in:
Sascha Kruse 2012-12-21 12:36:45 +01:00
parent 23925815b1
commit 4820f0da13
2 changed files with 10 additions and 0 deletions

6
contrib/dunst_espeak.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
summary="$2"
body="$3"
echo "$summary $body" | espeak 2>&1

View File

@ -156,6 +156,10 @@
# NOTE: It might be helpful to run dunst -print in a terminal in order to find
# fitting options for rules.
#[espeak]
# summary = "*"
# script = dunst_espeak.sh
#[script-test]
# summary = "*script*"
# script = dunst_test.sh