From b9dae657725ab9f3ab44963f89d924c16810e2c1 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 23 Apr 2021 18:07:00 +0000 Subject: Added notifications to some scripts --- bin/vol_up | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/vol_up') diff --git a/bin/vol_up b/bin/vol_up index e75267c..5107cd5 100755 --- a/bin/vol_up +++ b/bin/vol_up @@ -1,3 +1,5 @@ #!/bin/sh -pactl set-sink-volume @DEFAULT_SINK@ +5% +pactl set-sink-volume @DEFAULT_SINK@ +5% & +dunstify "Turned the volume up +5" & + -- cgit v1.2.3