example script
This commit is contained in:
parent
23925815b1
commit
4820f0da13
6
contrib/dunst_espeak.sh
Executable file
6
contrib/dunst_espeak.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
summary="$2"
|
||||||
|
body="$3"
|
||||||
|
|
||||||
|
echo "$summary $body" | espeak 2>&1
|
4
dunstrc
4
dunstrc
@ -156,6 +156,10 @@
|
|||||||
# NOTE: It might be helpful to run dunst -print in a terminal in order to find
|
# NOTE: It might be helpful to run dunst -print in a terminal in order to find
|
||||||
# fitting options for rules.
|
# fitting options for rules.
|
||||||
|
|
||||||
|
#[espeak]
|
||||||
|
# summary = "*"
|
||||||
|
# script = dunst_espeak.sh
|
||||||
|
|
||||||
#[script-test]
|
#[script-test]
|
||||||
# summary = "*script*"
|
# summary = "*script*"
|
||||||
# script = dunst_test.sh
|
# script = dunst_test.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user