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/mute | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/mute') diff --git a/bin/mute b/bin/mute index fbb0333..7941e5d 100755 --- a/bin/mute +++ b/bin/mute @@ -1,3 +1,4 @@ #!/bin/sh -pactl set-sink-mute @DEFAULT_SINK@ toggle +pactl set-sink-mute @DEFAULT_SINK@ toggle & +dunstify "Toggled mute" & -- cgit v1.2.3