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