From 80a61f5f39b496507468a3b4ed474899880b9776 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 27 Oct 2023 20:07:57 +0200 Subject: added new scripts --- bin/guiscripts/ppamixer | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/guiscripts/ppamixer (limited to 'bin/guiscripts/ppamixer') diff --git a/bin/guiscripts/ppamixer b/bin/guiscripts/ppamixer new file mode 100755 index 0000000..e7d583a --- /dev/null +++ b/bin/guiscripts/ppamixer @@ -0,0 +1,5 @@ +#!/bin/sh +pamixer $1 $2 +volume="$(pamixer --get-volume)" +>&2 printf "volume: %s\n" "$volume" +printf '%s\n' "$volume" > ~/.config/wob/pipe -- cgit v1.2.3