fix notification timer
This commit is contained in:
parent
5da4a58a3d
commit
e1709c38a8
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -eu
|
set -eum
|
||||||
|
|
||||||
if test -t 1; then
|
if test -t 1; then
|
||||||
exec 1>/dev/null
|
exec 1>/dev/null
|
||||||
|
|||||||
@ -3,4 +3,4 @@
|
|||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
sleep "${@}"
|
sleep "${@}"
|
||||||
notify-send -- 'Timer complete' "${*}"
|
notify-send -t 0 -- 'Timer complete' "${*}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user