From 84436b2cf9ce188c2db2745a2fddaf983a23aaf0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 16 May 2018 18:02:46 -0400 Subject: gnuzilla/uscanzilla: Make notifications never expire --- diff --git a/gnuzilla/uscanzilla b/gnuzilla/uscanzilla index a879ca5..5d2c265 100755 --- a/gnuzilla/uscanzilla +++ b/gnuzilla/uscanzilla @@ -16,7 +16,7 @@ new_version="$(sed -n "${sed_s}")" <<-EOF printf '%s\n' "${new_version}" >"${0%/*}/version" -notify-send "New icecat version: ${new_version}" \ +notify-send -t '0' "New icecat version: ${new_version}" \ "${old_version} -> ${new_version}" # mailx -s "New version of icecat available: ${version}" 'pj@pehjota.net' <<-EOF # ${output} -- cgit v0.9.1