aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/notify-send
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/notify-send')
-rwxr-xr-x.local/bin/notify-send2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/notify-send b/.local/bin/notify-send
index 960fc30..8dc67a0 100755
--- a/.local/bin/notify-send
+++ b/.local/bin/notify-send
@@ -49,7 +49,7 @@ main()
"$2" \
"[]" \
"{}" \
- "${timeout:-10000}" \
+ "$((${timeout:-10} * 1000))" \
> /dev/null
if [[ -z "$silent" ]]