chiark / gitweb /
5 minutes -> 30 seconds
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 1 May 2008 21:32:43 +0000 (21:32 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 1 May 2008 21:32:43 +0000 (21:32 +0000)
irssi-notify

index a9b60713372b9ec54f9aa029fb71a35b8d2a3901..738c563734519c80f41adc56a44f8334f8311b57 100755 (executable)
@@ -16,12 +16,12 @@ ssh -n riva irssi-notify-server | \
                                message="${message#* }"
                                imp="${message%% *}"
                                message="${message#* }"
-                               notify-send -i gtk-dialog-info -t 300000 -- \
+                               notify-send -i gtk-dialog-info -t 30000 -- \
                                        "New LP bug $bug ($imp)" \
                                        "<a href=\"https://launchpad.net/bugs/$bug\">$message</a>"
                                ;;
                        *)
-                               notify-send -i gtk-dialog-info -t 300000 -- \
+                               notify-send -i gtk-dialog-info -t 30000 -- \
                                        "${heading}" "${message}"
                                ;;
                esac