Add volume controls
[khome.git] / bin / vol_unmute
diff --git a/bin/vol_unmute b/bin/vol_unmute
new file mode 100755 (executable)
index 0000000..4cecbbc
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+for sink in $(pactl list sinks | grep '^Sink #' | awk -F\# '{print $2}')
+do
+    pactl set-sink-mute "$sink" false
+done
This page took 0.027634 seconds and 4 git commands to generate.