my-scripts/mywob

8 lines
268 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ "$1" ]; then
2023-02-28 04:00:42 +00:00
#string:x-canonical-private-synchronous:anything makes notification replace previous one
notify-send -a "mywob" " " -i I -h int:value:"$1" -h string:synchronous:volume -h string:x-canonical-private-synchronous:anything -t 1000
fi