summaryrefslogtreecommitdiff
path: root/bin/workstation-duplicity
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-04 10:25:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-04 10:28:52 -0700
commit70004a851e5c0e9f1907abd33794e32f6c390e9e (patch)
treecc3173f9e64ef2f882af831aad4a715aeb214bdc /bin/workstation-duplicity
parent8c52926df4fb12ab571f71414edaf3279c337ac7 (diff)
downloaddotfiles-70004a851e5c0e9f1907abd33794e32f6c390e9e.tar.gz
add a timeout to workstation duplicity notifications
mako needs this.
Diffstat (limited to 'bin/workstation-duplicity')
-rwxr-xr-xbin/workstation-duplicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/workstation-duplicity b/bin/workstation-duplicity
index c227f6ea..23ec9404 100755
--- a/bin/workstation-duplicity
+++ b/bin/workstation-duplicity
@@ -68,7 +68,7 @@ if [ $exit = 0 ]; then
else
type="full"
fi
- notify-send --urgency=low --icon=package_network \
+ notify-send --urgency=low --expire-time=10000 --icon=package_network \
"duplicity $type backup @ $(date '+%-l:%M%#p %Z')" ||:
# update flag file so cronjob doesn't do this again for four hours
touch $FLAG_FILE