From ec72cbbcef95909bd61aa07a94c4fdd98d3fe768 Mon Sep 17 00:00:00 2001 From: stkhan Date: Fri, 16 Apr 2021 16:27:12 +0000 Subject: Init commit --- bin/mute | 3 +++ bin/vol_down | 3 +++ bin/vol_up | 3 +++ 3 files changed, 9 insertions(+) create mode 100755 bin/mute create mode 100755 bin/vol_down create mode 100755 bin/vol_up (limited to 'bin') diff --git a/bin/mute b/bin/mute new file mode 100755 index 0000000..fbb0333 --- /dev/null +++ b/bin/mute @@ -0,0 +1,3 @@ +#!/bin/sh + +pactl set-sink-mute @DEFAULT_SINK@ toggle diff --git a/bin/vol_down b/bin/vol_down new file mode 100755 index 0000000..5c67be2 --- /dev/null +++ b/bin/vol_down @@ -0,0 +1,3 @@ +#!/bin/sh + +pactl set-sink-volume @DEFAULT_SINK@ -5% diff --git a/bin/vol_up b/bin/vol_up new file mode 100755 index 0000000..e75267c --- /dev/null +++ b/bin/vol_up @@ -0,0 +1,3 @@ +#!/bin/sh + +pactl set-sink-volume @DEFAULT_SINK@ +5% -- cgit v1.2.3