aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-17 00:55:45 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:16 +0200
commit10c5394663b32760de3c03f81878df57790e5af6 (patch)
tree14e87ac6bcd3812eba5eb86dc24e054e9668e755
parent628b6108505b796223fd553ae63dfc8e04f9a209 (diff)
Set the notify-send timeout for vol
-rwxr-xr-x.local/bin/vol2
1 files changed, 1 insertions, 1 deletions
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()