From 27e633cb57e56a49b599d48b96e43f480f22228d Mon Sep 17 00:00:00 2001 From: "S. Christoffer Eliesen" Date: Fri, 23 Jan 2015 07:41:28 +0100 Subject: [PATCH] bin/activesink: Short lived messages. --- bin/activesink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/activesink.sh b/bin/activesink.sh index 6fe92fa..bff3fa2 100755 --- a/bin/activesink.sh +++ b/bin/activesink.sh @@ -21,7 +21,7 @@ function volume_text { } function notify_volume { - notify-send -u low "$(volume_text)" + notify-send -u low -t 100 "$(volume_text)" } INC="3%"