summaryrefslogtreecommitdiff
path: root/sd/bin/mute
diff options
context:
space:
mode:
Diffstat (limited to 'sd/bin/mute')
-rwxr-xr-xsd/bin/mute4
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/bin/mute b/sd/bin/mute
new file mode 100755
index 0000000..7941e5d
--- /dev/null
+++ b/sd/bin/mute
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pactl set-sink-mute @DEFAULT_SINK@ toggle &
+dunstify "Toggled mute" &