diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-27 20:07:57 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-27 20:07:57 +0200 |
commit | 80a61f5f39b496507468a3b4ed474899880b9776 (patch) | |
tree | 237f703d26db19b06735171a3215df6e1edb8daf /bin/guiscripts/ppamixer | |
parent | 973e22d8f65f952188272b76167beca816501064 (diff) |
added new scripts
Diffstat (limited to 'bin/guiscripts/ppamixer')
-rwxr-xr-x | bin/guiscripts/ppamixer | 5 |
1 files changed, 5 insertions, 0 deletions
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 |