From 10c5394663b32760de3c03f81878df57790e5af6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 17 Mar 2021 00:55:45 +0100 Subject: Set the notify-send timeout for vol --- .local/bin/vol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/vol b/.local/bin/vol index 9df37b6..47cb669 100755 --- a/.local/bin/vol +++ b/.local/bin/vol @@ -56,7 +56,7 @@ main() ;; esac - notify-send -n 19269 -s -i "$(volume_icon)" "Volume" "$notify" + notify-send -n 19269 -s -t 4 -i "$(volume_icon)" "Volume" "$notify" } volume_level() -- cgit v1.1