my-scripts/mywob

7 lines
175 B
Bash
Executable File

#!/bin/sh
if [ "$1" ]; then
notify-send -a "mywob" " " -i I -h int:value:"$1" -h string:synchronous:volume -h string:x-canonical-private-synchronous:anything -t 1000
fi